]> git.sesse.net Git - stockfish/commitdiff
Correctly fix "break from split" patch
authorMarco Costalba <mcostalba@gmail.com>
Sat, 3 Nov 2012 16:06:49 +0000 (17:06 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 3 Nov 2012 16:09:18 +0000 (17:09 +0100)
In case split cut-offs we return with still
some moves to go but we really want to break
out from the loop now.

No functional change.


No differences found