]> git.sesse.net Git - stockfish/commitdiff
Restore std::dec after std::hex
authorMarco Costalba <mcostalba@gmail.com>
Sun, 2 Nov 2014 07:03:52 +0000 (08:03 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 2 Nov 2014 07:03:52 +0000 (08:03 +0100)
Code is leaking a std::hex, and causes subsequent
sync_cout output to be in hexadecimal.

Spotted by Lucas

No functional change.


No differences found