X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=4b561ee4630e399bc72b4cc827af2fe7c294820b;hb=eb6ddd54f11700ac523792a6411c11d2fba1a511;hp=0c6cf8becbea5abd01e4918d2d3e4e60a317e6d4;hpb=01ebb3d99688cf4ac3d3b9b4ea95e8b431d0b8c1;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index 0c6cf8be..4b561ee4 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -830,7 +830,7 @@ namespace { // If we are pondering or in infinite search, we shouldn't print the // best move before we are told to do so. - if (!AbortSearch && (PonderSearch || InfiniteSearch)) + if (!AbortSearch && !ExactMaxTime && (PonderSearch || InfiniteSearch)) wait_for_stop_or_ponderhit(); else // Print final search statistics