mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[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
This commit is contained in:
parent
a5df827912
commit
b1d105ae78
@ -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 ) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user