summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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: