mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
touch: add new commands
This commit is contained in:
@@ -541,7 +541,7 @@ PLATFORM_INTERFACE const tchar *Plat_GetCommandLine()
|
||||
{
|
||||
Assert ( nCharRead < ARRAYSIZE( g_CmdLine ) );
|
||||
|
||||
for( int i = 0; i < nCharRead; i++ )
|
||||
for( uint i = 0; i < nCharRead; i++ )
|
||||
{
|
||||
if( g_CmdLine[ i ] == '\0' )
|
||||
g_CmdLine[ i ] = ' ';
|
||||
|
||||
Reference in New Issue
Block a user