diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-06-03 01:20:35 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-06-03 01:20:35 (GMT) |
commit | 2d8200355654f34484f0c4d7b3f6eb744c6f4e94 (patch) | |
tree | 44092eb009d7af3df5cf9498363870388a92c5bb /tools | |
parent | 4635285d640233afe7b428c715e8758d3c32483f (diff) | |
download | hdf5-2d8200355654f34484f0c4d7b3f6eb744c6f4e94.zip hdf5-2d8200355654f34484f0c4d7b3f6eb744c6f4e94.tar.gz hdf5-2d8200355654f34484f0c4d7b3f6eb744c6f4e94.tar.bz2 |
[svn-r1296]
removed a line from display_numeric_data that was not needed
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5tools.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5tools.c b/tools/h5tools.c index b6b846c..1360aeb 100644 --- a/tools/h5tools.c +++ b/tools/h5tools.c @@ -1476,7 +1476,6 @@ struct h5dump_str_t tempstr; for (i=0; i<hs_nelmts && (elmtno+i) < p_nelmts; i++) { h5dump_str_reset(&tempstr); h5dump_sprint(&tempstr, &info, p_type, sm_buf+i*p_type_nbytes, -1); - tempstr.len = tempstr.len - 2; /* since there are 2 quotes added from the h5dump_sprint function*/ if ((int)(strlen(out_buf)+tempstr.len+1) > (NCOLS-indent-COL)) { /* first row of member */ if (compound_data && (elmtno+i+1) == dim_n_size) |