mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
VOL FEATURE
This commit is contained in:
@@ -1187,7 +1187,7 @@ open_hdf5_file(const hbool_t create_file,
|
||||
|
||||
} else {
|
||||
|
||||
file_ptr = (struct H5F_t *)H5I_object_verify(file_id, H5I_FILE);
|
||||
file_ptr = (struct H5F_t *)H5VL_object_verify(file_id, H5I_FILE);
|
||||
|
||||
if ( file_ptr == NULL ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user