commit
ea9161f4a3
|
|
@ -1256,7 +1256,7 @@ void Info_RemoveKey_Big( char *s, const char *key ) {
|
||||||
|
|
||||||
if (!strcmp (key, pkey) )
|
if (!strcmp (key, pkey) )
|
||||||
{
|
{
|
||||||
strcpy (start, s); // remove this part
|
memmove(start, s, strlen(s) + 1); // remove this part
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user