View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-1 / +1 lines)
 Lines 6949-6955    Link Here 
	|| (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);