Modifications made based on comments from pull request.
This commit is contained in:
@@ -349,6 +349,7 @@ H5T__commit(H5F_t *file, H5T_t *type, hid_t tcpl_id, hid_t dxpl_id)
|
||||
HGOTO_ERROR(H5E_SYM, H5E_CANTRESET, FAIL, "unable to initialize path")
|
||||
loc_init = TRUE;
|
||||
|
||||
/* Set the version for datatype */
|
||||
if(H5T_set_version(file, type) < 0)
|
||||
HGOTO_ERROR(H5E_DATASET, H5E_CANTSET, FAIL, "can't set version of datatype")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user