summaryrefslogtreecommitdiffstats
path: root/testpar/t_2Gio.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/t_2Gio.c')
-rw-r--r--testpar/t_2Gio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_2Gio.c b/testpar/t_2Gio.c
index 48abf8e..b6c3988 100644
--- a/testpar/t_2Gio.c
+++ b/testpar/t_2Gio.c
@@ -3906,7 +3906,7 @@ test_no_collective_cause_mode(int selection_mode)
}
if (selection_mode & TEST_NOT_CONTIGUOUS_OR_CHUNKED_DATASET_EXTERNAL) {
- ret = H5Pset_external(dcpl, FILE_EXTERNAL, (off_t)0, H5F_UNLIMITED);
+ ret = H5Pset_external(dcpl, FILE_EXTERNAL, 0, H5F_UNLIMITED);
VRFY((ret >= 0), "set EXTERNAL file layout succeeded");
is_chunked = 0;
}