summaryrefslogtreecommitdiffstats
path: root/src/H5Ocopy.c
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2007-01-22 21:03:24 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2007-01-22 21:03:24 (GMT)
commit681d9231cf2fb1f01ef84c14285195c059d64a16 (patch)
tree5248154a2267ee64b89905933f1d14f5fe27ffd0 /src/H5Ocopy.c
parent0b49961db746a9ef67ae803a9c889bc10caf6b86 (diff)
downloadhdf5-681d9231cf2fb1f01ef84c14285195c059d64a16.zip
hdf5-681d9231cf2fb1f01ef84c14285195c059d64a16.tar.gz
hdf5-681d9231cf2fb1f01ef84c14285195c059d64a16.tar.bz2
[svn-r13166] Fixed bug in H5Ocopy where shared attributes that were deleted during H5Ocopy
would become shared NULL messages (oops!). Added a test for this case. Also fixed the #define that caused errors on Windows (and probably other platforms). This may fix the Daily Test error. Tested on Windows, smirom, kagiso, and juniper.
Diffstat (limited to 'src/H5Ocopy.c')
-rw-r--r--src/H5Ocopy.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Ocopy.c b/src/H5Ocopy.c
index 8c263f5..f51533b 100644
--- a/src/H5Ocopy.c
+++ b/src/H5Ocopy.c
@@ -478,8 +478,10 @@ H5O_copy_header_real(const H5O_loc_t *oloc_src, H5O_loc_t *oloc_dst /*out */,
/* If we're preserving deleted messages, set their types to 'NULL'
* in the destination.
*/
- if(cpy_info->preserve_null && deleted[mesgno])
+ if(cpy_info->preserve_null && deleted[mesgno]) {
mesg_dst->type = H5O_MSG_NULL;
+ mesg_dst->flags = 0;
+ }
/* Check for shared message to operate on */
/* (Use destination message, in case the message has been removed (i.e