mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-23 04:33:24 +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);
|
fclose(proc_file);
|
||||||
} else {
|
} else {
|
||||||
|
char str[256];
|
||||||
sprintf(str, GetString(STR_PROC_CPUINFO_WARN), strerror(errno));
|
sprintf(str, GetString(STR_PROC_CPUINFO_WARN), strerror(errno));
|
||||||
WarningAlert(str);
|
WarningAlert(str);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user