]> git.sesse.net Git - stockfish/commit
Fix empty EvalFile option
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 26 Aug 2021 20:44:49 +0000 (22:44 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 27 Aug 2021 05:48:18 +0000 (07:48 +0200)
commitaf0d82792e21f0362b781fc671ae8b7a0642e61a
tree85ee820ab5df6d00e654ec2576a6a1e826b3625c
parentd754ea50a8be3091f02ab279fb9069f453cc1bcc
Fix empty EvalFile option

some GUIs send an empty string for EvalFile, in that case explicitly try the default name

fixes https://github.com/official-stockfish/Stockfish/issues/3675

closes https://github.com/official-stockfish/Stockfish/pull/3678

No functional change.
src/evaluate.cpp