1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

fix off by one

This commit is contained in:
Ailin Nemui 2021-02-06 22:17:29 +01:00
parent 09c17c3302
commit b11f973345

View File

@ -426,7 +426,7 @@ void irc_channels_query_purge_accountquery(IRC_SERVER_REC *server, const char *n
server->cmdcount--;
} else {
prev = tmp;
prev = tmp->next;
}
}