mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
fix off by one
This commit is contained in:
parent
09c17c3302
commit
b11f973345
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue