diff options
-rw-r--r-- | testpar/t_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |