]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Fix issues detected by Coverity Scan
[stockfish] / src / uci.cpp
index e4a4393cfe7280d4e3ef9bbfd77da6e86d9cba30..af940ce0634ff1d6f33330d098e7eb7fb9cc91b9 100644 (file)
@@ -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)