summaryrefslogtreecommitdiffstats
path: root/src/H5Ffamily.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ffamily.c')
-rw-r--r--src/H5Ffamily.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ffamily.c b/src/H5Ffamily.c
index b85ca71..a72f6bf 100644
--- a/src/H5Ffamily.c
+++ b/src/H5Ffamily.c
@@ -513,7 +513,7 @@ H5F_fam_access(const char *name, int mode, H5F_search_t *key /*out */ )
* of the family. As long as we found the first member(s) the
* family exists.
*/
- HRETURN(membno > 0);
+ HRETURN(membno > 0 ? TRUE : FALSE);
} else if (H5F_low_access(H5F_LOW_DFLT, member_name, F_OK, NULL)) {
/*
* The file exists but didn't have the write access permissions.