1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-26 03:02:17 -05:00

fix another warning

This commit is contained in:
TingPing 2013-10-22 14:53:33 -04:00
parent 0ff2ade078
commit 36e41a6476

View File

@ -706,7 +706,7 @@ inbound_nameslist (server *serv, char *chan, char *names,
/* Ignore prefixes so '!' won't cause issues */
while (strchr (serv->nick_prefixes, *nopre_name) != NULL)
{
*nopre_name++;
nopre_name++;
offset++;
}