diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2012-09-15 13:22:02 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2012-09-15 13:22:02 (GMT) |
commit | 52c7a6352bbef422f1571b6051eb46ca668b0d31 (patch) | |
tree | 71fb9d46cb9babfaa89bd8466350ce98eccd92f3 /hl/src/H5TBpublic.h | |
parent | 0a5b0304ad85cfd1dba3357266ba036938450dd3 (diff) | |
download | hdf5-52c7a6352bbef422f1571b6051eb46ca668b0d31.zip hdf5-52c7a6352bbef422f1571b6051eb46ca668b0d31.tar.gz hdf5-52c7a6352bbef422f1571b6051eb46ca668b0d31.tar.bz2 |
[svn-r22765] Description:
Propogate Coverity changes to trunk, also fix compiler warnings and
other minor code cleanups. (QK & JK)
r20393: (Not directly propogated, since trunk also had a similar fix)
Move initialization ocrt_info.new_obj = NULL; before FUNC_ENTER_NOAPI -- gh
r20397:
Added free(src_sizes) --gh
r20398:
Added free(src_offset). --gh
Tested on:
Mac OSX/64 10.7.4 (amazon) w/debug, parallel, FORTRAN & C++
(h5committest forthcoming)
Diffstat (limited to 'hl/src/H5TBpublic.h')
-rw-r--r-- | hl/src/H5TBpublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/src/H5TBpublic.h b/hl/src/H5TBpublic.h index 4dd17bb..874ef20 100644 --- a/hl/src/H5TBpublic.h +++ b/hl/src/H5TBpublic.h @@ -219,10 +219,10 @@ H5_HLDLL herr_t H5TBdelete_field( hid_t loc_id, H5_HLDLL herr_t H5TBAget_title( hid_t loc_id, char *table_title ); -H5_HLDLL herr_t H5TBAget_fill( hid_t loc_id, +H5_HLDLL htri_t H5TBAget_fill(hid_t loc_id, const char *dset_name, hid_t dset_id, - unsigned char *dst_buf ); + unsigned char *dst_buf); #ifdef __cplusplus } |