summaryrefslogtreecommitdiff
path: root/src/searchsup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/searchsup.c')
-rw-r--r--src/searchsup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/searchsup.c b/src/searchsup.c
index 9ad4303..172413f 100644
--- a/src/searchsup.c
+++ b/src/searchsup.c
@@ -1112,7 +1112,7 @@ FLAG WeShouldTryNullmovePruning(SEARCHER_THREAD_CONTEXT *ctx,
ASSERT(IS_VALID_SCORE(iAlpha) && IS_VALID_SCORE(iBeta));
ASSERT(iAlpha < iBeta);
- ASSERT(IS_VALID_SCORE(iRoughEval));
+ ASSERT(IS_VALID_SCORE(iEval));
ASSERT(uNullDepth < MAX_PLY_PER_SEARCH * ONE_PLY);
if ((FALSE == pf->fAvoidNullmove) &&