From fe79f2ac3468eec480b4369e58cc316c39f88388 Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Fri, 9 Jul 1999 11:02:51 -0500 Subject: [svn-r1457] fixed the unnamed data type bug(wasn't printing the root slash) --- tools/h5dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5dump.c b/tools/h5dump.c index f288db9..c8e7fc5 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -280,7 +280,7 @@ H5G_stat_t statbuf; indentation (indent+COL); if (i >= 0) { if (!type_table.objs[i].recorded) /* unamed data type */ - printf("\"#%lu:%lu\"\n", type_table.objs[i].objno[0], + printf("\"/#%lu:%lu\"\n", type_table.objs[i].objno[0], type_table.objs[i].objno[1]); else printf("\"%s\"\n", type_table.objs[i].objname); -- cgit v0.12