diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-09 19:16:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-09 19:16:17 (GMT) |
commit | 06f27f99b04f332565b55ec601a4aacc28858c37 (patch) | |
tree | b8c38950bc8fcf96ab1c4a82c95861f331f1670b /fortran | |
parent | 221c1ef220b49d46fa05ff267f11445f6d1a8b44 (diff) | |
download | hdf5-06f27f99b04f332565b55ec601a4aacc28858c37.zip hdf5-06f27f99b04f332565b55ec601a4aacc28858c37.tar.gz hdf5-06f27f99b04f332565b55ec601a4aacc28858c37.tar.bz2 |
[svn-r7192] Purpose:
Code cleanup
Description:
Clean up various minor warnings in the library.
Platforms tested:
FreeBSD 4.8 (sleipnir)
too small to need h5committest
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/H5Pf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Pf.c b/fortran/src/H5Pf.c index 98d88cb..f647a95 100644 --- a/fortran/src/H5Pf.c +++ b/fortran/src/H5Pf.c @@ -1556,7 +1556,7 @@ nh5pset_external_c (hid_t_f *prp_id, _fcd name, int_f* namelen, int_f* offset, h hid_t c_prp_id; herr_t ret; hsize_t c_bytes; - const char* c_name; + char* c_name; int c_namelen; off_t c_offset; c_bytes = (hsize_t) *bytes; |