diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-17 18:48:00 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-17 18:48:00 (GMT) |
commit | eec82a42194221c209868f124604dde9e2ec66ea (patch) | |
tree | e95e8e5b12eadc5e175ab36650ade53bb5d75f05 /src/H5SM.c | |
parent | 1482d3e9cbc0796803e8cea47178b9878ef7a633 (diff) | |
download | hdf5-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-x | src/H5SM.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |