summaryrefslogtreecommitdiffstats
path: root/src/H5FF.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-06-09 21:18:07 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-06-09 21:18:07 (GMT)
commit8c551f6e093bc6190705288ada0fc07236f4ad66 (patch)
tree82eeb4c542fafdba8b60d169f9d09f8da7bff2fd /src/H5FF.c
parent284987223014f107c874cbba9fec2c434539c6c2 (diff)
downloadhdf5-8c551f6e093bc6190705288ada0fc07236f4ad66.zip
hdf5-8c551f6e093bc6190705288ada0fc07236f4ad66.tar.gz
hdf5-8c551f6e093bc6190705288ada0fc07236f4ad66.tar.bz2
[svn-r25244] first cut on new analysis shipping.
- missing AND / OR for regions (faking now).
Diffstat (limited to 'src/H5FF.c')
-rw-r--r--src/H5FF.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FF.c b/src/H5FF.c
index abeb1af..a158edd 100644
--- a/src/H5FF.c
+++ b/src/H5FF.c
@@ -244,7 +244,7 @@ H5Fopen_ff(const char *filename, unsigned flags, hid_t fapl_id,
/* Open the file through the VOL layer */
if(NULL == (file = H5VL_file_open(&vol_plugin, filename, flags, fapl_id,
H5AC_dxpl_id, estack_id)))
- HGOTO_ERROR(H5E_FILE, H5E_CANTOPENFILE, FAIL, "unable to create file")
+ HGOTO_ERROR(H5E_FILE, H5E_CANTOPENFILE, FAIL, "unable to open file")
if(rcxt_id) {
/* attach VOL information to the ID */