diff options
-rw-r--r-- | test/istore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/istore.c b/test/istore.c index 25a16b6..aef85a4 100644 --- a/test/istore.c +++ b/test/istore.c @@ -580,7 +580,7 @@ main(int argc, char *argv[]) if (NULL == (f = H5F_open(FILETYPE, FILENAME, (H5F_ACC_CREAT | H5F_ACC_WRITE | H5F_ACC_TRUNC | H5F_ACC_DEBUG), - creation_template))) { + creation_template, NULL))) { printf("Cannot create file %s; test aborted\n", FILENAME); exit(1); } |