diff options
Diffstat (limited to 'src/hash.c')
| -rwxr-xr-x | src/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -893,7 +893,7 @@ Return value: // to the search. INC(ctx->sCounters.hash.u64OverallHits); if (pHash->mv.uMove) { - uThisScore = COMPUTE_MOVE_SCORE(pHash->mv, uDepth); + uThisScore = COMPUTE_MOVE_SCORE(pHash->mv, pHash->uDepth); ASSERT(uThisScore != 0); if (uThisScore > uMoveScore) { uMoveScore = uThisScore; |
