mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-25 03:40:40 +00:00
Merge remote-tracking branch 'swick/master'
This commit is contained in:
commit
5e2eb8caf8
@ -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…
x
Reference in New Issue
Block a user