fix off by one

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

View file

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