diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-06-09 21:18:07 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-06-09 21:18:07 (GMT) |
commit | 8c551f6e093bc6190705288ada0fc07236f4ad66 (patch) | |
tree | 82eeb4c542fafdba8b60d169f9d09f8da7bff2fd /src/H5FF.c | |
parent | 284987223014f107c874cbba9fec2c434539c6c2 (diff) | |
download | hdf5-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |