projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Be sure book file is closed before we leave
[stockfish]
/
src
/
uci.cpp
diff --git
a/src/uci.cpp
b/src/uci.cpp
index c9120ddbd7728c1b7dfc72cf6b6930118dc2f594..9c13eff7abfdf2ced889d5273c3e1e3651160284 100644
(file)
--- a/
src/uci.cpp
+++ b/
src/uci.cpp
@@
-119,7
+119,6
@@
namespace {
if (token == "quit")
{
if (token == "quit")
{
- OpeningBook.close();
stop_threads();
quit_eval();
exit(0);
stop_threads();
quit_eval();
exit(0);