summaryrefslogtreecommitdiffstats
path: root/src/H5SMbtree2.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-11-14 05:07:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-11-14 05:07:27 (GMT)
commitb6e30d9c7951829b16e6b56a0fdc8eacc72b0c48 (patch)
tree2fa0da529498a379248304b59415184d0b641d7f /src/H5SMbtree2.c
parent437b17f2b45d4b1afb9606ae444338b5abd40b79 (diff)
downloadhdf5-b6e30d9c7951829b16e6b56a0fdc8eacc72b0c48.zip
hdf5-b6e30d9c7951829b16e6b56a0fdc8eacc72b0c48.tar.gz
hdf5-b6e30d9c7951829b16e6b56a0fdc8eacc72b0c48.tar.bz2
[svn-r17892] Decription:
Bring r17891 from trunk to 1.8 branch: Switch the shared object header messages code to use the refactored v2 B-tree routines. (this should be the interface that is using them) Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committested on trunk)
Diffstat (limited to 'src/H5SMbtree2.c')
-rwxr-xr-xsrc/H5SMbtree2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5SMbtree2.c b/src/H5SMbtree2.c
index 5b54532..2be7745 100755
--- a/src/H5SMbtree2.c
+++ b/src/H5SMbtree2.c
@@ -160,7 +160,7 @@ H5SM_compare_iter_op(H5O_t *oh, H5O_mesg_t *mesg/*in,out*/, unsigned sequence,
/* Check if the message is dirty & flush it to the object header if so */
if(mesg->dirty)
if(H5O_msg_flush(udata->key->file, oh, mesg) < 0)
- HGOTO_ERROR(H5E_OHDR, H5E_CANTENCODE, H5_ITER_ERROR, "unable to encode object header message")
+ HGOTO_ERROR(H5E_SOHM, H5E_CANTENCODE, H5_ITER_ERROR, "unable to encode object header message")
HDassert(udata->key->encoding_size <= mesg->raw_size);
udata->ret = HDmemcmp(udata->key->encoding, mesg->raw, udata->key->encoding_size);