summaryrefslogtreecommitdiffstats
path: root/src/H5Tcommit.c
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2018-02-08 19:01:00 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2018-02-08 19:01:00 (GMT)
commit96c656ae3fa02721cddf5f570d7372f38b886d76 (patch)
tree169e52eee909bc363b96d851db7f53ca0b8692e5 /src/H5Tcommit.c
parentae2577ff5e1b985a498bb57fc69ab7e85347ec7f (diff)
parent9879f5dc430565735e6b0e66df2abc2c5c91695b (diff)
downloadhdf5-96c656ae3fa02721cddf5f570d7372f38b886d76.zip
hdf5-96c656ae3fa02721cddf5f570d7372f38b886d76.tar.gz
hdf5-96c656ae3fa02721cddf5f570d7372f38b886d76.tar.bz2
Merge branch 'bugfix/version_bounds' of https://bitbucket.hdfgroup.org/scm/~bmribler/version_bounds_bmr into bugfix/version_bounds
Diffstat (limited to 'src/H5Tcommit.c')
-rw-r--r--src/H5Tcommit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Tcommit.c b/src/H5Tcommit.c
index 02a6add..cd0597c 100644
--- a/src/H5Tcommit.c
+++ b/src/H5Tcommit.c
@@ -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")