mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r1457]
fixed the unnamed data type bug(wasn't printing the root slash)
This commit is contained in:
parent
a0d8980758
commit
fe79f2ac34
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user