diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-05 15:39:25 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-03-05 15:39:25 (GMT) |
commit | 13705e75832e45325e304a431e547534f37556fd (patch) | |
tree | 6104a59788aa1a84f6034b876770fdf623f2447a /src | |
parent | dfbf976509bea0b4d598716d0dd73be494efacdd (diff) | |
download | hdf5-13705e75832e45325e304a431e547534f37556fd.zip hdf5-13705e75832e45325e304a431e547534f37556fd.tar.gz hdf5-13705e75832e45325e304a431e547534f37556fd.tar.bz2 |
[svn-r12007] Purpose:
Bug fix
Description:
Fix typo in H5HF_dblock_debug() prototype
Platforms tested:
FreeBSD 4.11 (sleipnir)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5HFpkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HFpkg.h b/src/H5HFpkg.h index 6bb87df..8f79343 100644 --- a/src/H5HFpkg.h +++ b/src/H5HFpkg.h @@ -258,7 +258,7 @@ H5_DLL herr_t H5HF_cache_dblock_dest(H5F_t *f, H5HF_direct_t *dblock); H5_DLL herr_t H5HF_hdr_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, FILE *stream, int indent, int fwidth); H5_DLL herr_t H5HF_dblock_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, - FILE *stream, int indent, int fwidth, haddr_t hdr_addr, unsigned nrec); + FILE *stream, int indent, int fwidth, haddr_t hdr_addr, size_t nrec); /* Testing routines */ #ifdef H5HF_TESTING |