mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r28702] Description:
Fix typo in comment. Tested on: (Unneeded)
This commit is contained in:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user