diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-24 19:07:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-24 19:07:43 (GMT) |
commit | 05973a4e8610a7f6893d0eaed9c3eee3b008ba60 (patch) | |
tree | fbd503a5480e143e85b8d7283b0f96daf0377976 /src/H5SM.c | |
parent | b8ef032be6b1273d7730eb3d6511413716700528 (diff) | |
download | hdf5-05973a4e8610a7f6893d0eaed9c3eee3b008ba60.zip hdf5-05973a4e8610a7f6893d0eaed9c3eee3b008ba60.tar.gz hdf5-05973a4e8610a7f6893d0eaed9c3eee3b008ba60.tar.bz2 |
[svn-r14003] Description:
Code cleanup & whitespace fixups
Tested on:
FreeBSD/32 6.2 (duty)
FreeBSD/64 6.2 (liberty)
Linux/32 2.6 (kagiso)
Mac OS X/32 10.4.10 (amazon)
Diffstat (limited to 'src/H5SM.c')
-rwxr-xr-x | src/H5SM.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1255,6 +1255,7 @@ H5SM_write_mesg(H5F_t *f, hid_t dxpl_id, H5O_t *open_oh, if(share_in_ohdr && open_oh) { /* Set up shared component info */ shared.type = H5O_SHARE_TYPE_HERE; + /* Retrieve any creation index from the native message */ if(H5O_msg_get_crt_index(type_id, mesg, &shared.u.loc.index) < 0) HGOTO_ERROR(H5E_SOHM, H5E_CANTGET, FAIL, "unable to retrieve creation index") |