X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=af940ce0634ff1d6f33330d098e7eb7fb9cc91b9;hp=e4a4393cfe7280d4e3ef9bbfd77da6e86d9cba30;hb=7e3dba4f4ca6166068946552ec5720a179175f62;hpb=b2c0634d4898a78a9e82fca9197467d442e5cb95 diff --git a/src/uci.cpp b/src/uci.cpp index e4a4393c..af940ce0 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -188,7 +188,7 @@ void UCI::loop(int argc, char* argv[]) { << "position key: " << setw(16) << pos.key() << "\nmaterial key: " << setw(16) << pos.material_key() << "\npawn key: " << setw(16) << pos.pawn_key() - << dec << sync_endl; + << dec << nouppercase << setfill(' ') << sync_endl; else if (token == "uci") sync_cout << "id name " << engine_info(true)