[svn-r1457]

fixed the unnamed data type bug(wasn't printing the root slash)
This commit is contained in:
Patrick Lu 1999-07-09 11:02:51 -05:00
parent a0d8980758
commit fe79f2ac34

View File

@ -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);