summaryrefslogtreecommitdiffstats
path: root/src/H5AC2.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-04-05 04:24:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-04-05 04:24:19 (GMT)
commit935f20f142196edd6272d4621cf41ad817677da1 (patch)
tree0751b89098852a8419b1ee32ea140fc67e8d6a1f /src/H5AC2.c
parent1c425ac9d2dead1c028370a068ac7add6634ed85 (diff)
downloadhdf5-935f20f142196edd6272d4621cf41ad817677da1.zip
hdf5-935f20f142196edd6272d4621cf41ad817677da1.tar.gz
hdf5-935f20f142196edd6272d4621cf41ad817677da1.tar.bz2
[svn-r14797] Description:
Misc. cleanups found while compiling in other environments. Still failing on linux machines with a memory corruption error and not finished building in parallel yet either... Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.4.10 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'src/H5AC2.c')
-rw-r--r--src/H5AC2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5AC2.c b/src/H5AC2.c
index c4575b7..4a63c7c 100644
--- a/src/H5AC2.c
+++ b/src/H5AC2.c
@@ -4778,7 +4778,7 @@ H5AC2_receive_and_apply_clean_list(H5F_t * f,
/* mark the indicated entries as clean */
- if ( H5C2_mark_entries_as_clean(cache_ptr, dxpl_id,
+ if ( H5C2_mark_entries_as_clean(f, dxpl_id,
(int32_t)num_entries,
&(haddr_buf_ptr[0])) < 0 ) {