diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-16 21:35:59 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-11-16 21:35:59 (GMT) |
commit | 815e70db63e4ce33794d57b0ff85a16d9b5d5a4d (patch) | |
tree | 8e8478c4a41d7ae4b7d3b1c92bf7548e917e1da5 /tools/h5dump.c | |
parent | 5387697213fa4e53205664c3d90f81def08cee6f (diff) | |
download | hdf5-815e70db63e4ce33794d57b0ff85a16d9b5d5a4d.zip hdf5-815e70db63e4ce33794d57b0ff85a16d9b5d5a4d.tar.gz hdf5-815e70db63e4ce33794d57b0ff85a16d9b5d5a4d.tar.bz2 |
[svn-r2956] Purpose:
Backing out fix
Description:
The fix I inserted didn't work on all platforms. I'm backing it
out.
Diffstat (limited to 'tools/h5dump.c')
-rw-r--r-- | tools/h5dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c index f961555..515e61c 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -47,8 +47,8 @@ static h5dump_t dataformat = { "%lu", /*fmt_ulong*/ NULL, /*fmt_llong*/ NULL, /*fmt_ullong*/ - "%1.*g", /*fmt_double*/ - "%1.*g", /*fmt_float*/ + "%g", /*fmt_double*/ + "%g", /*fmt_float*/ 0, /*ascii*/ 0, /*str_locale*/ |