]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Fix a compile error from previous patch
[stockfish] / src / search.cpp
index a7b7c88b3252641e48de11c04a1f8943ba74bb33..987b954a6cd5554fe252f051e12de6447dfd14d0 100644 (file)
@@ -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)