summaryrefslogtreecommitdiffstats
path: root/tools/h5ls/h5ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5ls/h5ls.c')
-rw-r--r--tools/h5ls/h5ls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c
index d0af4bb..0c492d0 100644
--- a/tools/h5ls/h5ls.c
+++ b/tools/h5ls/h5ls.c
@@ -952,9 +952,9 @@ display_reference_type(hid_t type, int UNUSED ind)
{
if (H5T_REFERENCE!=H5Tget_class(type)) return FALSE;
- if (H5Tequal(type, H5T_STD_REF_OBJ)) {
+ if (H5Tequal(type, H5T_STD_REF_OBJ)==TRUE) {
printf("object reference");
- } else if (H5Tequal(type, H5T_STD_REF_DSETREG)) {
+ } else if (H5Tequal(type, H5T_STD_REF_DSETREG)==TRUE) {
printf("dataset region reference");
} else {
printf("%lu-byte unknown reference",