mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
[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.
This commit is contained in:
parent
e807698e9f
commit
ff79c02fc4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user