From 6cf486ed5c05ccf7af0b0f569a574c2f9a221364 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Sun, 30 Mar 2014 16:02:24 +0200 Subject: UCI engines *crash* on FENs with missing trailing spaces. --- chess-display.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-display.el') diff --git a/chess-display.el b/chess-display.el index a58fbb1..ffe20eb 100644 --- a/chess-display.el +++ b/chess-display.el @@ -690,7 +690,7 @@ Basically, it means we are playing, not editing or reviewing." (kill-new (with-temp-buffer (chess-game-to-pgn game) (buffer-string))) - (kill-new (chess-pos-to-fen (chess-display-position nil)))))) + (kill-new (chess-pos-to-fen (chess-display-position nil) t))))) (defun chess-display-yank-board () "Send the current board configuration to the user." -- cgit v1.2.3