diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-02-07 03:42:02 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-02-07 03:42:02 (GMT) |
commit | 2fbdfcc4574a141bc668795db9cb48678ba9e336 (patch) | |
tree | ecd2d29cd37ab209faf0111ab2345e3dac9a3030 /src/H5Aint.c | |
parent | b86cc6ea841c24a0513c95b8e6d9aaac209c0fb8 (diff) | |
download | hdf5-2fbdfcc4574a141bc668795db9cb48678ba9e336.zip hdf5-2fbdfcc4574a141bc668795db9cb48678ba9e336.tar.gz hdf5-2fbdfcc4574a141bc668795db9cb48678ba9e336.tar.bz2 |
Modifications made based on comments from pull request.
Diffstat (limited to 'src/H5Aint.c')
-rw-r--r-- | src/H5Aint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Aint.c b/src/H5Aint.c index 666f11d..55c46f6 100644 --- a/src/H5Aint.c +++ b/src/H5Aint.c @@ -215,7 +215,7 @@ H5A_create(const H5G_loc_t *loc, const char *name, const H5T_t *type, if(H5T_set_loc(attr->shared->dt, loc->oloc->file, H5T_LOC_DISK) < 0) HGOTO_ERROR(H5E_DATATYPE, H5E_CANTINIT, NULL, "invalid datatype location") - /* Set the latest format for datatype, if requested */ + /* Set the version for datatype */ if(H5T_set_version(loc->oloc->file, attr->shared->dt) < 0) HGOTO_ERROR(H5E_DATASET, H5E_CANTSET, NULL, "can't set version of datatype") |