mirror of
https://github.com/rehlds/rehlds.git
synced 2024-12-28 15:45:46 +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]);
|
||||
}
|
||||
|
||||
return linuxCmdline;
|
||||
}
|
||||
|
||||
bool Sys_SetupConsole()
|
||||
|
Loading…
Reference in New Issue
Block a user