crashcatcher uname error checking

actorid
Sebastian Wick 11 years ago
parent 3127b8518e
commit 925d28e4a7

@ -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",

Loading…
Cancel
Save