summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-06-28 18:09:20 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-06-28 18:09:20 (GMT)
commit43af17182c549637324c278daa2cc845316cdb07 (patch)
treecc81086f2b20103429778283b18179a95822e7dc /tools
parentf623908727bd87575dc88f8ec2e928e07cacdf1b (diff)
downloadhdf5-43af17182c549637324c278daa2cc845316cdb07.zip
hdf5-43af17182c549637324c278daa2cc845316cdb07.tar.gz
hdf5-43af17182c549637324c278daa2cc845316cdb07.tar.bz2
[svn-r1390]
fixed a bug that was making references get printed twice
Diffstat (limited to 'tools')
-rw-r--r--tools/h5tools.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5tools.c b/tools/h5tools.c
index 1e07002..3a09819 100644
--- a/tools/h5tools.c
+++ b/tools/h5tools.c
@@ -1337,6 +1337,7 @@ h5dump_simple_dset(FILE *stream, const h5dump_t *info, hid_t dset,
case H5T_REFERENCE:
display_numeric_data(hs_nelmts, p_type, sm_buf, p_type_nbytes,
p_nelmts, dim_n_size, elmtno, dset);
+ break;
/* display_reference_data(hs_nelmts, p_type, sm_buf, p_type_nbytes,
p_nelmts, dim_n_size, elmtno, dset);*/