diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-08-25 21:08:49 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-08-25 21:08:49 (GMT) |
commit | ddcae21908080ffbd40fcd5ce3244df5f391e02d (patch) | |
tree | b4a6b336e60f8131c9eb4d03a0d534ece4744f25 /src/H5private.h | |
parent | 02a65c468589eee54e3a4e6a851303792fe9a87d (diff) | |
download | hdf5-ddcae21908080ffbd40fcd5ce3244df5f391e02d.zip hdf5-ddcae21908080ffbd40fcd5ce3244df5f391e02d.tar.gz hdf5-ddcae21908080ffbd40fcd5ce3244df5f391e02d.tar.bz2 |
[svn-r19298] Description:
Bring r19297 from trunk to 1.8 branch:
Whack a few more memory errors exposed by valgrind.
Make the debugging dump output a little bit prettier.
Tested on:
FreeBSD/32 6.3 (duty) w/debug
(h5committested on trunk)
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5private.h b/src/H5private.h index ff06bba..47dded7 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -2027,8 +2027,8 @@ H5_DLL uint32_t H5_hash_string(const char *str); H5_DLL herr_t H5_build_extpath(const char *, char ** /*out*/ ); /* Functions for debugging */ -H5_DLL herr_t H5_buffer_dump(FILE *stream, int indent, uint8_t *buf, - uint8_t *marker, size_t buf_offset, size_t buf_size); +H5_DLL herr_t H5_buffer_dump(FILE *stream, int indent, const uint8_t *buf, + const uint8_t *marker, size_t buf_offset, size_t buf_size); #endif /* _H5private_H */ |