summaryrefslogtreecommitdiffstats
path: root/src/H5Oflush.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Oflush.c')
-rw-r--r--src/H5Oflush.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Oflush.c b/src/H5Oflush.c
index 65cb2ae..e8e077e 100644
--- a/src/H5Oflush.c
+++ b/src/H5Oflush.c
@@ -79,7 +79,7 @@ H5Oflush(hid_t obj_id)
H5TRACE1("e", "i", obj_id);
/* Set up collective metadata if appropriate */
- if(H5CX_set_loc(obj_id, TRUE) < 0)
+ if(H5CX_set_loc(obj_id) < 0)
HGOTO_ERROR(H5E_DATATYPE, H5E_CANTSET, FAIL, "can't set access property list info")
/* Call internal routine */
@@ -241,7 +241,7 @@ H5Orefresh(hid_t oid)
H5TRACE1("e", "i", oid);
/* Set up collective metadata if appropriate */
- if(H5CX_set_loc(oid, TRUE) < 0)
+ if(H5CX_set_loc(oid) < 0)
HGOTO_ERROR(H5E_DATATYPE, H5E_CANTSET, FAIL, "can't set access property list info")
/* Call internal routine */