summaryrefslogtreecommitdiffstats
path: root/src/H5Ocopy.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-09-11 12:36:08 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-09-11 12:36:08 (GMT)
commit80b958d8b48b0e0467f2816d783bedf2164612a5 (patch)
tree85fd5d2e366fb8dbf49a948396b60995060b3c0a /src/H5Ocopy.c
parentd517c77bc0fe9c9dbfd013d720e1533289decd9f (diff)
downloadhdf5-80b958d8b48b0e0467f2816d783bedf2164612a5.zip
hdf5-80b958d8b48b0e0467f2816d783bedf2164612a5.tar.gz
hdf5-80b958d8b48b0e0467f2816d783bedf2164612a5.tar.bz2
[svn-r15613] Description:
Bring back r15612 from trunk: Minor cleanups of formatting, etc. Tested on: Mac OS X/32 10.5.4. (amazon) Too minor to require h5committest
Diffstat (limited to 'src/H5Ocopy.c')
-rw-r--r--src/H5Ocopy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ocopy.c b/src/H5Ocopy.c
index 767a2d2..08d9f4f 100644
--- a/src/H5Ocopy.c
+++ b/src/H5Ocopy.c
@@ -720,7 +720,7 @@ H5O_copy_header_real(const H5O_loc_t *oloc_src, H5O_loc_t *oloc_dst /*out */,
} /* end if */
/* Insert destination object header in cache */
- if(H5AC_set(oloc_dst->file, dxpl_id, H5AC_OHDR, oloc_dst->addr, oh_dst, H5AC__DIRTIED_FLAG) < 0)
+ if(H5AC_set(oloc_dst->file, dxpl_id, H5AC_OHDR, oloc_dst->addr, oh_dst, H5AC__NO_FLAGS_SET) < 0)
HGOTO_ERROR(H5E_OHDR, H5E_CANTINIT, FAIL, "unable to cache object header")
done: