diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-14 03:47:51 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-14 03:47:51 (GMT) |
commit | 74754706cf030fd4a23d8b08c69696f633e92239 (patch) | |
tree | e254c7106d6f95d0557615c7e045567aee004fd6 /src/H5Oprivate.h | |
parent | a5662c497884c2d182294b9aceabe3cbded28358 (diff) | |
download | hdf5-74754706cf030fd4a23d8b08c69696f633e92239.zip hdf5-74754706cf030fd4a23d8b08c69696f633e92239.tar.gz hdf5-74754706cf030fd4a23d8b08c69696f633e92239.tar.bz2 |
[svn-r13295] Description:
Fix bug in "create intermediate groups" code which was carrying too much
information from parent to child group.
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r-- | src/H5Oprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h index 9acf7a6..ef18518 100644 --- a/src/H5Oprivate.h +++ b/src/H5Oprivate.h @@ -169,6 +169,8 @@ typedef struct H5O_shared_t { * (Data structure in memory) * (if the fields in this struct are changed, remember to change the default * link info structure in src/H5Gprivate.h - QAK) + * (if the fields in this struct are changed, also look at the code that + * creates intermediate groups in src/H5Gtraverse.c - QAK) */ typedef struct H5O_linfo_t { /* (creation order info) */ |