diff options
Diffstat (limited to 'tools/h5dump.c')
-rw-r--r-- | tools/h5dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c index 7c8d922..b0d19a0 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -138,8 +138,8 @@ H5G_stat_t statbuf; printf( "H5T_STD_U64BE"); else if (H5Tequal(type, H5T_STD_U64LE)) printf( "H5T_STD_U64LE"); - else if (H5Tequal(type, H5T_NATIVE_CHAR)) - printf( "H5T_NATIVE_CHAR"); + else if (H5Tequal(type, H5T_NATIVE_SCHAR)) + printf( "H5T_NATIVE_SCHAR"); else if (H5Tequal(type, H5T_NATIVE_UCHAR)) printf( "H5T_NATIVE_UCHAR"); else if (H5Tequal(type, H5T_NATIVE_SHORT)) |