diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-06 15:50:51 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-06 15:50:51 (GMT) |
commit | 2f9851501959a64fb092b599041e0d9ecc63f6f8 (patch) | |
tree | 30eecfd6e85b4236309260ebd63df1a614effdb1 /src/H5Opkg.h | |
parent | 509b8f645deadb880ea09ca5d89f9a28526d78ec (diff) | |
download | hdf5-2f9851501959a64fb092b599041e0d9ecc63f6f8.zip hdf5-2f9851501959a64fb092b599041e0d9ecc63f6f8.tar.gz hdf5-2f9851501959a64fb092b599041e0d9ecc63f6f8.tar.bz2 |
[svn-r13466] Description:
Add some extra sanity checking to object header status flags read from
file.
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5Opkg.h')
-rw-r--r-- | src/H5Opkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Opkg.h b/src/H5Opkg.h index 6825210..d8a6fd2 100644 --- a/src/H5Opkg.h +++ b/src/H5Opkg.h @@ -240,7 +240,7 @@ struct H5O_t { uint8_t version; /*version number */ uint8_t flags; /*flags */ - /* Time information (stored, for versions > 1) */ + /* Time information (stored, for versions > 1 & H5O_HDR_STORE_TIMES flag set) */ time_t atime; /*access time */ time_t mtime; /*modification time */ time_t ctime; /*change time */ |