summaryrefslogtreecommitdiffstats
path: root/src/H5Odbg.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-01-20 19:35:34 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-01-20 19:35:34 (GMT)
commite8e06cbca06eba0ff1107caf7f4cbeb1f0f835c6 (patch)
tree927badc2a275f9ad3372d113d6947bb98f856f3c /src/H5Odbg.c
parent2f81d73829702380f8e5baef130da4d297655d1a (diff)
downloadhdf5-e8e06cbca06eba0ff1107caf7f4cbeb1f0f835c6.zip
hdf5-e8e06cbca06eba0ff1107caf7f4cbeb1f0f835c6.tar.gz
hdf5-e8e06cbca06eba0ff1107caf7f4cbeb1f0f835c6.tar.bz2
[svn-r25985] merge 25984 from trunk:
change the message flag H5O_MSG_FLAG_FAIL_IF_UNKNOWN to H5O_MSG_FLAG_FAIL_IF_UNKNOWN_AND_OPEN_FOR_WRITE. New changes for backward compatibility with avoid_truncate feature in 1.10 will come later to utilize the flag. tested h5committest
Diffstat (limited to 'src/H5Odbg.c')
-rw-r--r--src/H5Odbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Odbg.c b/src/H5Odbg.c
index b91a51a..0531a90 100644
--- a/src/H5Odbg.c
+++ b/src/H5Odbg.c
@@ -466,7 +466,7 @@ H5O_debug_real(H5F_t *f, hid_t dxpl_id, H5O_t *oh, haddr_t addr, FILE *stream, i
HDfprintf(stream, "%sDS", (flag_printed ? ", " : "<"));
flag_printed = TRUE;
} /* end if */
- if(oh->mesg[i].flags & H5O_MSG_FLAG_FAIL_IF_UNKNOWN) {
+ if(oh->mesg[i].flags & H5O_MSG_FLAG_FAIL_IF_UNKNOWN_AND_OPEN_FOR_WRITE) {
HDfprintf(stream, "%sFIU", (flag_printed ? ", " : "<"));
flag_printed = TRUE;
} /* end if */