blob: 22179a92b260177ea926d709776f7fc96eeef461 (
plain)
1
2
3
4
5
6
7
8
9
10
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);
|