diff options
Diffstat (limited to 'games-board/xboard/files/xboard-4.2.7-cmail.patch')
-rw-r--r-- | games-board/xboard/files/xboard-4.2.7-cmail.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-board/xboard/files/xboard-4.2.7-cmail.patch b/games-board/xboard/files/xboard-4.2.7-cmail.patch new file mode 100644 index 000000000000..22179a92b260 --- /dev/null +++ b/games-board/xboard/files/xboard-4.2.7-cmail.patch @@ -0,0 +1,11 @@ +--- backend.c ++++ backend.c +@@ -6949,7 +6949,7 @@ + || (nCmailMovesRegistered + nCmailResults == nCmailGames)) { + sprintf(string, partCommandString, + appData.debugMode ? " -v" : "", appData.cmailGameName); +- commandOutput = popen(string, "rb"); ++ commandOutput = popen(string, "r"); + + if (commandOutput == NULL) { + DisplayError("Failed to invoke cmail", 0); |