potential bug-fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@612 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7a854736e4
commit
be37bfeb5e
1 changed files with 0 additions and 1 deletions
|
@ -1175,7 +1175,6 @@ void SV_SaveInfo(FILE *f, char *info, char *commandname)
|
|||
if (*command == '*') //unsettable, so don't write it for later setting.
|
||||
continue;
|
||||
|
||||
fprintf(f, "%s ");
|
||||
fwrite(commandname, strlen(commandname), 1, f);
|
||||
fwrite(" ", 1, 1, f);
|
||||
fwrite(command, value-command, 1, f);
|
||||
|
|
Loading…
Reference in a new issue