summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-11-04 20:34:29 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-11-04 20:34:29 (GMT)
commitac212d18f8b1f717e1850aa0d8b64128b56bdfd7 (patch)
treef6010887aee48d3a5aac568bce76682233ef8be1 /tools
parentf950d7bdb92b38b11862e9133ac9acb4b7eb5397 (diff)
downloadhdf5-ac212d18f8b1f717e1850aa0d8b64128b56bdfd7.zip
hdf5-ac212d18f8b1f717e1850aa0d8b64128b56bdfd7.tar.gz
hdf5-ac212d18f8b1f717e1850aa0d8b64128b56bdfd7.tar.bz2
[svn-r19725] Description:
Add a little bit of extra info to the output from h5debug when displaying global heaps, and make it dump the file's superblock again when an address is not given on the command line. Tested on: FreeBSD/32 6.3 (duty) w/debug (too minor to require h5committest)
Diffstat (limited to 'tools')
-rw-r--r--tools/misc/h5debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/h5debug.c b/tools/misc/h5debug.c
index f7804fb..7b4215a 100644
--- a/tools/misc/h5debug.c
+++ b/tools/misc/h5debug.c
@@ -219,7 +219,7 @@ main(int argc, char *argv[])
{
hid_t fid, fapl, dxpl;
H5F_t *f;
- haddr_t addr = 1, extra = 0, extra2 = 0, extra3 = 0, extra4 = 0;
+ haddr_t addr = 0, extra = 0, extra2 = 0, extra3 = 0, extra4 = 0;
uint8_t sig[H5F_SIGNATURE_LEN];
size_t u;
herr_t status = SUCCEED;