touch: add new commands

This commit is contained in:
nillerusr
2021-11-16 23:46:29 +03:00
parent f7cdca7ad2
commit d2f3cc44db
138 changed files with 46564 additions and 1231 deletions
+1 -1
View File
@@ -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 ] = ' ';