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:
TimeServ 2006-05-18 02:24:38 +00:00
parent 60d22a4d20
commit 3a8ae069c4
4 changed files with 9 additions and 9 deletions

View file

@ -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);