summaryrefslogtreecommitdiffstats
path: root/src/H5Odbg.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-01-20 17:17:05 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-01-20 17:17:05 (GMT)
commitaac2bb6182878e3591de390173e769bb761c83e2 (patch)
tree9e8d1da6fbb8016a4e01c2997673447fe8ca4157 /src/H5Odbg.c
parent1949c40bfddf4bea44345e0cd00baae94597f23a (diff)
downloadhdf5-aac2bb6182878e3591de390173e769bb761c83e2.zip
hdf5-aac2bb6182878e3591de390173e769bb761c83e2.tar.gz
hdf5-aac2bb6182878e3591de390173e769bb761c83e2.tar.bz2
[svn-r25984] change the message flag H5O_MSG_FLAG_FAIL_IF_UNKNOWN to
H5O_MSG_FLAG_FAIL_IF_UNKNOWN_AND_OPEN_FOR_WRITE. Will add a new H5O_MSG_FLAG_FAIL_IF_UNKNOWN_ALWAYS with the new avoid_truncate patch coming later. 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 */