From ff79c02fc4463eba48c7ece4a43e8b7b437b6200 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Wed, 20 Jan 1999 09:58:12 -0500 Subject: [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. --- tools/h5tools.c | 1 - 1 file changed, 1 deletion(-) 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: -- cgit v0.12