mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
fix another warning
This commit is contained in:
parent
0ff2ade078
commit
36e41a6476
@ -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++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user