diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-30 18:50:14 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-30 18:50:14 (GMT) |
commit | d96e6789c0be7046b1f191864efc02a2aeed645e (patch) | |
tree | fe0ce334a5c06be2d8fd448b1c5908637078d623 /src/H5AC.c | |
parent | aaa84b4542fba4b3d8424bf494b311a8ab0dbd4c (diff) | |
download | hdf5-d96e6789c0be7046b1f191864efc02a2aeed645e.zip hdf5-d96e6789c0be7046b1f191864efc02a2aeed645e.tar.gz hdf5-d96e6789c0be7046b1f191864efc02a2aeed645e.tar.bz2 |
[svn-r17277] Description:
Bring r17275 and r17276 from trunk to 1.8 branch.
Tested on:
Mac OS X/32 10.5.7 (amazon) w/debug & production
(too minor to require h5committest)
Diffstat (limited to 'src/H5AC.c')
-rw-r--r-- | src/H5AC.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3141,7 +3141,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.") |