summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src/H5LTf90proto.h
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2012-03-23 04:18:59 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2012-03-23 04:18:59 (GMT)
commit213ab6eb36e398b5d0db55df002875ffcdeb4122 (patch)
tree526e07f3f28faafd10a517a043347f3fa26e4be7 /hl/fortran/src/H5LTf90proto.h
parent19a6303205d070f62f2579168397579001a38fe5 (diff)
downloadhdf5-213ab6eb36e398b5d0db55df002875ffcdeb4122.zip
hdf5-213ab6eb36e398b5d0db55df002875ffcdeb4122.tar.gz
hdf5-213ab6eb36e398b5d0db55df002875ffcdeb4122.tar.bz2
[svn-r22129] HDFFV-7777: Fix for removing NULL character from fortran string in h5lt_get_attribute_string_f
Fixed size +1 error in HD5f2cstring
Diffstat (limited to 'hl/fortran/src/H5LTf90proto.h')
-rwxr-xr-xhl/fortran/src/H5LTf90proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/fortran/src/H5LTf90proto.h b/hl/fortran/src/H5LTf90proto.h
index 205871c..8618fc6 100755
--- a/hl/fortran/src/H5LTf90proto.h
+++ b/hl/fortran/src/H5LTf90proto.h
@@ -1140,7 +1140,8 @@ nh5ltget_attribute_string_c(hid_t_f *loc_id,
_fcd dsetname,
int_f *attrnamelen,
_fcd attrname,
- void *buf);
+ _fcd buf,
+ size_t_f *buf_size);
HDF5_HL_F90CSTUBDLL
int_f