diff options
Diffstat (limited to 'tools/h5dump.c')
-rw-r--r-- | tools/h5dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump.c b/tools/h5dump.c index 271a2d5..f288db9 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -1648,7 +1648,7 @@ static void print_enum(hid_t type){ } /* Convert values to native data type */ - if (native>0) H5Tconvert(super, native, nmembs, value, NULL); + if (native>0) H5Tconvert(super, native, nmembs, value, NULL, H5P_DEFAULT); /* Sort members by increasing value */ /*not implemented yet*/ |