From 13705e75832e45325e304a431e547534f37556fd Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sun, 5 Mar 2006 10:39:25 -0500 Subject: [svn-r12007] Purpose: Bug fix Description: Fix typo in H5HF_dblock_debug() prototype Platforms tested: FreeBSD 4.11 (sleipnir) --- src/H5HFpkg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12