]> git.sesse.net Git - stockfish/commit
Fix search log when using skills
authorMarco Costalba <mcostalba@gmail.com>
Sat, 8 Jun 2013 08:35:35 +0000 (10:35 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 8 Jun 2013 08:56:20 +0000 (10:56 +0200)
commit05c6f7a40b62f286873945f937c2ef3cae183e41
tree28b83c6d58853d9a4dfa831024abe5baf6c4be91
parent2a98042c21fa2f3f5630c41a16b91539d7da3b87
Fix search log when using skills

In case of we pick a sub-optimal move be
sure to print this, and not the best one
on seach log file.

Bug spotted by Guenther Demetz.

No functional change.
src/search.cpp