diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-01-10 18:44:30 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-01-10 18:44:30 (GMT) |
commit | 56407cde0eb97b44d2e2fccf1c67ea585811f7f1 (patch) | |
tree | 8a8940641654a2b1011b40c6642f5d285804e628 /tools/h5ls/h5ls.c | |
parent | 2a30e511b9c4f8dbcc5ab82765887f63c9b1184e (diff) | |
download | hdf5-56407cde0eb97b44d2e2fccf1c67ea585811f7f1.zip hdf5-56407cde0eb97b44d2e2fccf1c67ea585811f7f1.tar.gz hdf5-56407cde0eb97b44d2e2fccf1c67ea585811f7f1.tar.bz2 |
[svn-r13133]
modified the format for the printing of reference information for a string, related to the same change in h5dump to display the name of the referenced dataset
Diffstat (limited to 'tools/h5ls/h5ls.c')
-rw-r--r-- | tools/h5ls/h5ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c index f8c0cad..542bf2f 100644 --- a/tools/h5ls/h5ls.c +++ b/tools/h5ls/h5ls.c @@ -1266,7 +1266,7 @@ dump_dataset_values(hid_t dset) sprintf(fmt_double, "%%1.%dg", DBL_DIG); info.fmt_double = fmt_double; - info.dset_format = "DSET-%lu:"H5_PRINTF_HADDR_FMT"-"; + info.dset_format = "DSET-%s "; info.dset_hidefileno = 0; info.obj_format = "-%lu:"H5_PRINTF_HADDR_FMT; |