From 1f7b5d9a79e5977ec1be42d7b67444d3cb7e33da Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Thu, 26 Jul 2012 18:16:24 +0100 Subject: [PATCH] Fix UCI promotion move notation Regression introduced by revision f0db6a6c0b82a586 Spotted by Joona. No functional change. Signed-off-by: Marco Costalba --- src/notation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2