diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-06-25 19:47:53 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-06-25 19:47:53 (GMT) |
commit | 3768566139df18928aa29ece0eff3010b224633b (patch) | |
tree | be052a47f9a483a6b100c3444de4be420cd4b625 /src | |
parent | 71de5b808818a2619fe179eac4f6c6ec892a4420 (diff) | |
download | hdf5-3768566139df18928aa29ece0eff3010b224633b.zip hdf5-3768566139df18928aa29ece0eff3010b224633b.tar.gz hdf5-3768566139df18928aa29ece0eff3010b224633b.tar.bz2 |
Add release notes.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Fsuper.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Fsuper.c b/src/H5Fsuper.c index 7d90df1..f4ff645 100644 --- a/src/H5Fsuper.c +++ b/src/H5Fsuper.c @@ -1850,9 +1850,8 @@ H5O__fsinfo_set_version(H5F_t *f, H5O_fsinfo_t *fsinfo) version = H5O_FSINFO_VERSION_1; /* Upgrade to the version indicated by the file's low bound if higher */ - if(H5O_fsinfo_ver_bounds[H5F_LOW_BOUND(f)] != H5O_INVALID_VERSION) { + if(H5O_fsinfo_ver_bounds[H5F_LOW_BOUND(f)] != H5O_INVALID_VERSION) version = MAX(version, H5O_fsinfo_ver_bounds[H5F_LOW_BOUND(f)]); - } /* Version bounds check */ if(H5O_fsinfo_ver_bounds[H5F_HIGH_BOUND(f)] == H5O_INVALID_VERSION || |