summaryrefslogtreecommitdiffstats
path: root/tools/src/h5dump/h5dump.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-04 22:36:32 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:18 (GMT)
commit19e6c0b26aa959136b675da3dad70dee35fe86ac (patch)
tree1f4738bf567c852c466773bb2fe4e774a8531fca /tools/src/h5dump/h5dump.c
parentbb26e035e6100e3eaba1bf9df97b37c8a850c9f3 (diff)
downloadhdf5-19e6c0b26aa959136b675da3dad70dee35fe86ac.zip
hdf5-19e6c0b26aa959136b675da3dad70dee35fe86ac.tar.gz
hdf5-19e6c0b26aa959136b675da3dad70dee35fe86ac.tar.bz2
Update h5ls help and rework dump_mem routines for attrs
Diffstat (limited to 'tools/src/h5dump/h5dump.c')
-rw-r--r--tools/src/h5dump/h5dump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/src/h5dump/h5dump.c b/tools/src/h5dump/h5dump.c
index 507a62f..0222c8b 100644
--- a/tools/src/h5dump/h5dump.c
+++ b/tools/src/h5dump/h5dump.c
@@ -1703,6 +1703,8 @@ main(int argc, const char *argv[])
/* To Do: clean up XML table */
+ H5Eset_auto2(H5E_DEFAULT, func, edata);
+
leave(h5tools_getstatus());
done: