]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Move ply to SearchStack
[stockfish] / src / uci.cpp
index 683aac6d8d07a282428a9564f57152115fc7b569..8b90c22707574d1b41b21b53e11d74016309a504 100644 (file)
@@ -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")