mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-22 13:31:08 +00:00
fix ppc build breakage
This commit is contained in:
parent
0604cce26b
commit
78ea64bbd9
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user