summaryrefslogtreecommitdiffstats
path: root/tools/misc/h5debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/misc/h5debug.c')
-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 ad0960f..5b33c65 100644
--- a/tools/misc/h5debug.c
+++ b/tools/misc/h5debug.c
@@ -380,7 +380,7 @@ main(int argc, char *argv[])
status = H5FS_sects_debug(f, H5P_DATASET_XFER_DEFAULT, addr, stdout, 0, VCOL, extra, extra2);
- } else if(sig[0] == H5O_VERSION) {
+ } else if(sig[0] == H5O_VERSION_1) {
/*
* This could be an object header. Since they don't have a signature
* it's a somewhat "ify" detection.