mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
fix off by one
This commit is contained in:
parent
09c17c3302
commit
b11f973345
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user