fix ppc build breakage

This commit is contained in:
asvitkine 2011-12-30 17:38:39 +00:00
parent 0604cce26b
commit 78ea64bbd9

View File

@ -429,6 +429,7 @@ static void get_system_info(void)
}
fclose(proc_file);
} else {
char str[256];
sprintf(str, GetString(STR_PROC_CPUINFO_WARN), strerror(errno));
WarningAlert(str);
}