diff options
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*/ |