summaryrefslogtreecommitdiffstats
path: root/src/H5AC.c
diff options
context:
space:
mode:
authorJohn Mainzer <mainzer@hdfgroup.org>2009-06-11 02:39:27 (GMT)
committerJohn Mainzer <mainzer@hdfgroup.org>2009-06-11 02:39:27 (GMT)
commit077aed74b57de2d7b0f8647b87061277ea051c52 (patch)
treeb0d6281ef2ddbae45f85eb792c9a3191bbb3ff99 /src/H5AC.c
parent08715d1b2e83f2fdf55942ecdc22806ae8857156 (diff)
downloadhdf5-077aed74b57de2d7b0f8647b87061277ea051c52.zip
hdf5-077aed74b57de2d7b0f8647b87061277ea051c52.tar.gz
hdf5-077aed74b57de2d7b0f8647b87061277ea051c52.tar.bz2
[svn-r17028] Added binary journal file support and related tests.
Removed a bunch of debug code. Other minor changes. Did only limited testing -- just build and test on Phoenix (AMD64 linux with debug).
Diffstat (limited to 'src/H5AC.c')
-rw-r--r--src/H5AC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5AC.c b/src/H5AC.c
index b5f8af6..fc4ea4d 100644
--- a/src/H5AC.c
+++ b/src/H5AC.c
@@ -3131,7 +3131,7 @@ H5AC_validate_config(H5AC_cache_config_t * config_ptr)
if ( ( config_ptr->evictions_enabled == FALSE ) &&
( ( config_ptr->incr_mode != H5C_incr__off ) ||
( config_ptr->flash_incr_mode != H5C_flash_incr__off ) ||
- ( config_ptr->incr_mode != H5C_decr__off ) ) ) {
+ ( config_ptr->decr_mode != H5C_decr__off ) ) ) {
HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, \
"Can't disable evictions while auto-resize is enabled.")