X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=af940ce0634ff1d6f33330d098e7eb7fb9cc91b9;hp=e4a4393cfe7280d4e3ef9bbfd77da6e86d9cba30;hb=55604f156b2293e870984c6bb57c1954ad5a9517;hpb=7ddbcf7e87a0b0c882d8d33841bd7ae53969619d 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)