1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 20:53:50 +00:00

crashcatcher uname error checking

This commit is contained in:
Sebastian Wick 2014-01-09 00:46:25 +01:00
parent 3127b8518e
commit 925d28e4a7

View file

@ -177,7 +177,7 @@ static void sys_info(void)
{
#ifdef __unix__
struct utsname info;
if(!uname(&info))
if(uname(&info))
printf("!!! Failed to get system information\n");
else
printf("System: %s %s %s %s %s\n",