|
|
|| (nCmailMovesRegistered + nCmailResults == nCmailGames)) { | || (nCmailMovesRegistered + nCmailResults == nCmailGames)) { |
sprintf(string, partCommandString, | sprintf(string, partCommandString, |
appData.debugMode ? " -v" : "", appData.cmailGameName); | appData.debugMode ? " -v" : "", appData.cmailGameName); |
commandOutput = popen(string, "rb"); |
commandOutput = popen(string, "r"); |
| |
if (commandOutput == NULL) { | if (commandOutput == NULL) { |
DisplayError("Failed to invoke cmail", 0); | DisplayError("Failed to invoke cmail", 0); |