mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-17 00:58:18 +03:00
Fix crash on linux
This commit is contained in:
parent
a6ebcc747c
commit
0c4f5d37ad
@ -272,6 +272,8 @@ char* BuildCmdLine(int argc, char **argv)
|
|||||||
|
|
||||||
strcat(linuxCmdline, argv[i]);
|
strcat(linuxCmdline, argv[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return linuxCmdline;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Sys_SetupConsole()
|
bool Sys_SetupConsole()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user