diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-01-18 13:17:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-01-18 13:17:33 (GMT) |
commit | 04f2fe8ff8ca098a88d769deaa5b663a629ddecc (patch) | |
tree | 2bf5d9a5734c1aa7f9bd7bd414e5e0c5411bc8fd /src/H5RSprivate.h | |
parent | 628c3cd5040ba5df24f945494ea5c9ac81bd7692 (diff) | |
download | hdf5-04f2fe8ff8ca098a88d769deaa5b663a629ddecc.zip hdf5-04f2fe8ff8ca098a88d769deaa5b663a629ddecc.tar.gz hdf5-04f2fe8ff8ca098a88d769deaa5b663a629ddecc.tar.bz2 |
[svn-r6301] Purpose:
Code cleanup & bug fix
Description:
Cleanup another set of warnings on Windows and also fix mis-placed assertion
that caused the daily tests to fail.
Platforms tested:
IRIX64 6.5 (modi4) w/-n32
Diffstat (limited to 'src/H5RSprivate.h')
-rw-r--r-- | src/H5RSprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5RSprivate.h b/src/H5RSprivate.h index 086396f..a473af0 100644 --- a/src/H5RSprivate.h +++ b/src/H5RSprivate.h @@ -40,7 +40,7 @@ typedef struct { /* Private routines */ H5_DLL H5RS_str_t *H5RS_create(const char *s); -H5_DLL H5RS_str_t *H5RS_wrap(char *s); +H5_DLL H5RS_str_t *H5RS_wrap(const char *s); H5_DLL H5RS_str_t *H5RS_own(char *s); H5_DLL herr_t H5RS_decr(H5RS_str_t *rs); H5_DLL herr_t H5RS_incr(H5RS_str_t *rs); |