diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-05-25 14:22:29 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-05-25 14:22:29 (GMT) |
commit | 3261491a47abc6f397392bfdc5ab8d03675fc012 (patch) | |
tree | 92ecc34bdaa14424f41713b9fa14f5515eacd239 /tools/src/h5ls/h5ls.c | |
parent | c9eedcb82558673c9d22a1250a6054c18a3057fb (diff) | |
parent | 635e8c5377ded6201061e1dc819526cd205f06ed (diff) | |
download | hdf5-3261491a47abc6f397392bfdc5ab8d03675fc012.zip hdf5-3261491a47abc6f397392bfdc5ab8d03675fc012.tar.gz hdf5-3261491a47abc6f397392bfdc5ab8d03675fc012.tar.bz2 |
Merge pull request #536 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '635e8c5377ded6201061e1dc819526cd205f06ed':
merge from develop and apply HDFFV-8611
HDFFV-8611 add autotools test
Remove obsolete function
HDFFV-8611 change h5repack to save the root group creation order Added test and new arguments to control the the input file parsing.
Diffstat (limited to 'tools/src/h5ls/h5ls.c')
-rw-r--r-- | tools/src/h5ls/h5ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5ls/h5ls.c b/tools/src/h5ls/h5ls.c index 8e28d82..8c18794 100644 --- a/tools/src/h5ls/h5ls.c +++ b/tools/src/h5ls/h5ls.c @@ -1620,7 +1620,7 @@ list_attr(hid_t obj, const char *attr_name, const H5A_info_t H5_ATTR_UNUSED *ain if(hexdump_g) p_type = H5Tcopy(type); else - p_type = h5tools_get_native_type(type); + p_type = H5Tget_native_type(type, H5T_DIR_DEFAULT); if(p_type >= 0) { /* VL data special information */ |