mirror of
https://github.com/ioquake/ioq3.git
synced 2025-02-23 20:11:18 +00:00
whatever devhc you're right
This commit is contained in:
parent
cf791d14c5
commit
774955c748
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ static void UpdateIPBans (void)
|
||||||
Q_strcat(ip, sizeof(ip), va("%i", b[j]));
|
Q_strcat(ip, sizeof(ip), va("%i", b[j]));
|
||||||
Q_strcat(ip, sizeof(ip), (j<3) ? "." : " ");
|
Q_strcat(ip, sizeof(ip), (j<3) ? "." : " ");
|
||||||
}
|
}
|
||||||
if (strlen(iplist_final)+strlen(ip) < MAX_CVAR_VALUE_STRING - 1)
|
if (strlen(iplist_final)+strlen(ip) < MAX_CVAR_VALUE_STRING)
|
||||||
{
|
{
|
||||||
Q_strcat( iplist_final, sizeof(iplist_final), ip);
|
Q_strcat( iplist_final, sizeof(iplist_final), ip);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue