From 56407cde0eb97b44d2e2fccf1c67ea585811f7f1 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Wed, 10 Jan 2007 13:44:30 -0500 Subject: [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 --- tools/h5ls/h5ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v0.12