summaryrefslogtreecommitdiffstats
path: root/src/H5SM.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-11-17 18:48:00 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-11-17 18:48:00 (GMT)
commiteec82a42194221c209868f124604dde9e2ec66ea (patch)
treee95e8e5b12eadc5e175ab36650ade53bb5d75f05 /src/H5SM.c
parent1482d3e9cbc0796803e8cea47178b9878ef7a633 (diff)
downloadhdf5-eec82a42194221c209868f124604dde9e2ec66ea.zip
hdf5-eec82a42194221c209868f124604dde9e2ec66ea.tar.gz
hdf5-eec82a42194221c209868f124604dde9e2ec66ea.tar.bz2
[svn-r12933] Description:
Finish migrating "object copy" supporting routines into src/H5Ocopy. Clean up a few minor errors _en passant_ Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir)
Diffstat (limited to 'src/H5SM.c')
-rwxr-xr-xsrc/H5SM.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5SM.c b/src/H5SM.c
index c17dd16..79d0c05 100755
--- a/src/H5SM.c
+++ b/src/H5SM.c
@@ -714,7 +714,7 @@ H5SM_write_mesg(H5F_t *f, hid_t dxpl_id, H5SM_index_header_t *header,
}
/* Change the original message passed in to reflect that it's now shared */
- if(H5O_set_share(f, dxpl_id, &shared, type_id, mesg) < 0)
+ if(H5O_set_share(f, &shared, type_id, mesg) < 0)
HGOTO_ERROR (H5E_OHDR, H5E_BADMESG, FAIL, "unable to set sharing information")
done: