fix a few more possible overruns
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2285 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
60d22a4d20
commit
3a8ae069c4
4 changed files with 9 additions and 9 deletions
|
@ -2526,7 +2526,7 @@ void SV_WriteIP_f (void)
|
|||
int i;
|
||||
char *s;
|
||||
|
||||
sprintf (name, "listip.cfg");
|
||||
strcpy (name, "listip.cfg");
|
||||
|
||||
Con_Printf ("Writing %s.\n", name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue