From b1d105ae78e8cf5d40c05702ece5cd3db0826687 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 30 Mar 2009 13:58:37 -0500 Subject: [svn-r16627] Description: Fix another set of missing parameters to updated H5C_get_entry_status() call. Tested on: Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode --- testpar/t_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testpar/t_cache.c b/testpar/t_cache.c index ed3110a..0233ae0 100644 --- a/testpar/t_cache.c +++ b/testpar/t_cache.c @@ -2223,7 +2223,7 @@ expunge_entry(H5C_t * cache_ptr, HDassert( ! ((entry_ptr->header).is_dirty) ); result = H5C_get_entry_status(cache_ptr, entry_ptr->base_addr, - NULL, &in_cache, NULL, NULL, NULL); + NULL, &in_cache, NULL, NULL, NULL, NULL, NULL); if ( result < 0 ) { -- cgit v0.12