summaryrefslogtreecommitdiffstats
path: root/tools/h5tools.c
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-06-03 01:20:35 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-06-03 01:20:35 (GMT)
commit2d8200355654f34484f0c4d7b3f6eb744c6f4e94 (patch)
tree44092eb009d7af3df5cf9498363870388a92c5bb /tools/h5tools.c
parent4635285d640233afe7b428c715e8758d3c32483f (diff)
downloadhdf5-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/h5tools.c')
-rw-r--r--tools/h5tools.c1
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)