2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-12 17:31:09 +08:00

[svn-r28702] Description:

Fix typo in comment.

Tested on:
    (Unneeded)
This commit is contained in:
Quincey Koziol 2015-12-17 10:10:06 -05:00
parent 0a00732c4d
commit 2c55e17cfb

@ -1878,7 +1878,7 @@ H5A_set_version(const H5F_t *f, H5A_t *attr)
/* Check which version to encode attribute with */
if(use_latest_format)
attr->shared->version = H5O_ATTR_VERSION_LATEST; /* Write out latest version of format */
attr->shared->version = H5O_ATTR_VERSION_LATEST; /* Write out latest attribute version */
else if(attr->shared->encoding != H5T_CSET_ASCII)
attr->shared->version = H5O_ATTR_VERSION_3; /* Write version which includes the character encoding */
else if(type_shared || space_shared)