changes from Alessandro Scotti from 20051129
[xboard.git] / winboard / wclipbrd.c
index dbb47a7..3eecd38 100644 (file)
@@ -47,7 +47,7 @@ CopyFENToClipboard()
 {\r
   char *fen = NULL;\r
 \r
-  fen = PositionToFEN(currentMove);\r
+  fen = PositionToFEN(currentMove,1);
   if (!fen) {\r
     DisplayError("Unable to convert position to FEN.", 0);\r
     return;\r