summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/h5dump_ddl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5dump/h5dump_ddl.c')
-rw-r--r--tools/h5dump/h5dump_ddl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5dump/h5dump_ddl.c b/tools/h5dump/h5dump_ddl.c
index c2f3914..e38b93b 100644
--- a/tools/h5dump/h5dump_ddl.c
+++ b/tools/h5dump/h5dump_ddl.c
@@ -724,7 +724,9 @@ dump_named_datatype(hid_t tid, const char *name)
/* print attributes */
dump_indent += COL;
+
attr_iteration(tid, attr_crt_order_flags);
+
dump_indent -= COL;
done: