X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fuci.cpp;h=8b90c22707574d1b41b21b53e11d74016309a504;hb=bbfe452f85929a938bda7fce9894f57659987919;hp=683aac6d8d07a282428a9564f57152115fc7b569;hpb=7f367e6019289e65b902a5ebf7e3686db5cefdef;p=stockfish diff --git a/src/uci.cpp b/src/uci.cpp index 683aac6d..8b90c227 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -78,7 +78,7 @@ bool execute_uci_command(const string& cmd) { else if (token == "uci") cout << "id name " << engine_name() << "\nid author " << engine_authors() - << "\n" << options_to_uci() + << "\n" << Options.print_all() << "\nuciok" << endl; else if (token == "ucinewgame")