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)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-04 22:36:32 (GMT)
commitd552e97eae59408f210d7d7909b8b71811fbd930 (patch)
tree0a1269e15fdf7ba08126917d6236d53493202a9e /tools/src/h5dump/h5dump.c
parentcc2407257af31cca253e2c42c1d69c0f205e271b (diff)
downloadhdf5-d552e97eae59408f210d7d7909b8b71811fbd930.zip
hdf5-d552e97eae59408f210d7d7909b8b71811fbd930.tar.gz
hdf5-d552e97eae59408f210d7d7909b8b71811fbd930.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: