From 770db2716470f0e805ac4ee1e010f5adacb42369 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Tue, 2 Feb 2010 19:01:24 +0100 Subject: [PATCH] Fix a compile error from previous patch Signed-off-by: Marco Costalba --- src/search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.cpp b/src/search.cpp index a7b7c88b..987b954a 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -748,7 +748,7 @@ namespace { break; // Value cannot be trusted. Break out immediately! //Save info about search result - ValueByIterationInfo[Iteration] = value; + ValueByIteration[Iteration] = value; // Drop the easy move if it differs from the new best move if (ss[0].pv[0] != EasyMove)