summaryrefslogtreecommitdiffstats
path: root/test/gen_old_mtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gen_old_mtime.c')
-rw-r--r--test/gen_old_mtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gen_old_mtime.c b/test/gen_old_mtime.c
index 999184c..ca6012a 100644
--- a/test/gen_old_mtime.c
+++ b/test/gen_old_mtime.c
@@ -63,7 +63,7 @@ main(void)
printf("space<0!\n");
/* Create the dataset with compound array fields */
- dset = H5Dcreate(file, "Dataset1", H5T_NATIVE_INT, space, H5P_DEFAULT);
+ dset = H5Dcreate2(file, "Dataset1", H5T_NATIVE_INT, space, H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT);
if(dset<0)
printf("dset<0!\n");