summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-01-20 14:58:12 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-01-20 14:58:12 (GMT)
commitff79c02fc4463eba48c7ece4a43e8b7b437b6200 (patch)
treedd88b236292178926fdd01cd125b3995cb4aed5e
parente807698e9f939b8f507b47ee8324af76340d12aa (diff)
downloadhdf5-ff79c02fc4463eba48c7ece4a43e8b7b437b6200.zip
hdf5-ff79c02fc4463eba48c7ece4a43e8b7b437b6200.tar.gz
hdf5-ff79c02fc4463eba48c7ece4a43e8b7b437b6200.tar.bz2
[svn-r1026] Changes since 19990118
---------------------- ./tools/h5tools.c Strings are not converted to null-padding before being printed; they are printed with whatever byte values appear in the file.
-rw-r--r--tools/h5tools.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5tools.c b/tools/h5tools.c
index c4110a6..c1f889c 100644
--- a/tools/h5tools.c
+++ b/tools/h5tools.c
@@ -566,7 +566,6 @@ h5dump_fixtype(hid_t f_type)
case H5T_STRING:
m_type = H5Tcopy(f_type);
H5Tset_cset(m_type, H5T_CSET_ASCII);
- H5Tset_strpad(m_type, H5T_STR_NULLPAD);
break;
case H5T_COMPOUND: