]> git.sesse.net Git - stockfish/commitdiff
Fix UCI promotion move notation
authorMarco Costalba <mcostalba@gmail.com>
Thu, 26 Jul 2012 17:16:24 +0000 (18:16 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 26 Jul 2012 17:16:24 +0000 (18:16 +0100)
Regression introduced by revision
f0db6a6c0b82a586

Spotted by Joona.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/notation.cpp

index a26db6ff934c04434e16e431b7981dcc31217bcb..bbcb3d8eeb1545a3bc56860a7feb639e860ca51c 100644 (file)
@@ -28,7 +28,7 @@
 
 using namespace std;
 
-static const char* PieceToChar = " PNBRQK pnbrqk";
+static const char* PieceToChar = " PNBRQK  pnbrqk";
 
 
 /// score_to_uci() converts a value to a string suitable for use with the UCI