mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
compile fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4154 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
ea1f452b99
commit
ca9bad4f1a
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ c = *line++;
|
|||
if (c == '\t')
|
||||
{
|
||||
int i;
|
||||
char *s = Cmd_CompleteCommand(coninput_text, true, true, 0);
|
||||
char *s = Cmd_CompleteCommand(coninput_text, true, true, 0, NULL);
|
||||
if(s)
|
||||
{
|
||||
for (i = 0; i < coninput_len; i++)
|
||||
|
|
Loading…
Reference in a new issue