From: Marco Costalba Date: Thu, 26 Jul 2012 17:16:24 +0000 (+0100) Subject: Fix UCI promotion move notation X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=1f7b5d9a79e5977ec1be42d7b67444d3cb7e33da Fix UCI promotion move notation Regression introduced by revision f0db6a6c0b82a586 Spotted by Joona. No functional change. Signed-off-by: Marco Costalba --- diff --git a/src/notation.cpp b/src/notation.cpp index a26db6ff..bbcb3d8e 100644 --- a/src/notation.cpp +++ b/src/notation.cpp @@ -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