summaryrefslogtreecommitdiff
path: root/src/searchsup.c
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2026-08-30 19:08:01 -0700
committerScott Gasch <[email protected]>2026-08-30 19:08:01 -0700
commite8021f3938179e38c24b995777213fd6d629192a (patch)
treefdd6ec670e5a576d25de7b526965c7ae603bc399 /src/searchsup.c
parentdbf71219abeb51d386b0f7294f1664f2906d2b82 (diff)
Oops, a couple of issues with that last one.
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) &&