summaryrefslogtreecommitdiffstats
path: root/test/istore.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1998-02-06 03:02:00 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1998-02-06 03:02:00 (GMT)
commitf23e12ca7383bcd910918c7f7a82455fa7eaad87 (patch)
tree36df106b4f65ff80449eee156f7aecc207c6f605 /test/istore.c
parent238cccd5e8657fe9800eb6caad98b6c54b1c251d (diff)
downloadhdf5-f23e12ca7383bcd910918c7f7a82455fa7eaad87.zip
hdf5-f23e12ca7383bcd910918c7f7a82455fa7eaad87.tar.gz
hdf5-f23e12ca7383bcd910918c7f7a82455fa7eaad87.tar.bz2
[svn-r225] H5F_open has been changed due to the PHDF work. It needed an extra
argument of access-template.
Diffstat (limited to 'test/istore.c')
-rw-r--r--test/istore.c2
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);
}