diff options
-rw-r--r-- | src/H5Ocopy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ocopy.c b/src/H5Ocopy.c index f88e9cf..b7c2d1c 100644 --- a/src/H5Ocopy.c +++ b/src/H5Ocopy.c @@ -481,6 +481,7 @@ H5O_copy_header_real(const H5O_loc_t *oloc_src, H5O_loc_t *oloc_dst /*out */, if(cpy_info->preserve_null && deleted[mesgno]) { mesg_dst->type = H5O_MSG_NULL; mesg_dst->flags = 0; + mesg_dst->dirty = 1; } /* Check for shared message to operate on */ |