From f23e12ca7383bcd910918c7f7a82455fa7eaad87 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 5 Feb 1998 22:02:00 -0500 Subject: [svn-r225] H5F_open has been changed due to the PHDF work. It needed an extra argument of access-template. --- test/istore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v0.12