diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2016-01-20 15:30:55 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2016-01-20 15:30:55 (GMT) |
commit | afd696593b786db4c68d7ad0235da145ba250568 (patch) | |
tree | b5ebfef14196fa2b002b7bfea6cf24944659613d /tools/misc | |
parent | f6429a3f5483100f08b40eb1d06daacc012313cb (diff) | |
parent | b9763eee6dd6a81d2696faf430e0cf7f27281462 (diff) | |
download | hdf5-afd696593b786db4c68d7ad0235da145ba250568.zip hdf5-afd696593b786db4c68d7ad0235da145ba250568.tar.gz hdf5-afd696593b786db4c68d7ad0235da145ba250568.tar.bz2 |
[svn-r28933] merge from trunk.
Diffstat (limited to 'tools/misc')
-rw-r--r-- | tools/misc/h5debug.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/misc/h5debug.c b/tools/misc/h5debug.c index 480450d..817f583 100644 --- a/tools/misc/h5debug.c +++ b/tools/misc/h5debug.c @@ -121,6 +121,10 @@ get_H5B2_class(const uint8_t *sig) cls = H5A_BT2_CORDER; break; + case H5B2_TEST2_ID: + cls = H5B2_TEST2; + break; + case H5B2_NUM_BTREE_ID: default: HDfprintf(stderr, "Unknown v2 B-tree subtype %u\n", (unsigned)(subtype)); |