engine: common: insert spaces between arguments in echo command
This commit is contained in:
parent
cd86f80203
commit
5777431577
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ static void Cmd_Echo_f( void )
|
|||
int i;
|
||||
|
||||
for( i = 1; i < Cmd_Argc(); i++ )
|
||||
Con_Printf( "%s", Cmd_Argv( i ));
|
||||
Con_Printf( "%s ", Cmd_Argv( i ));
|
||||
Con_Printf( "\n" );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue