Modifications made based on comments from pull request.

This commit is contained in:
Vailin Choi
2018-02-06 21:42:02 -06:00
parent b86cc6ea84
commit 2fbdfcc457
31 changed files with 562 additions and 560 deletions

View File

@@ -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")