mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
crashfix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@855 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8349d88c11
commit
d62177df3c
@ -431,7 +431,7 @@ static char *get_server_tag(THEME_REC *theme, TEXT_DEST_REC *dest)
|
||||
if (servers->next != NULL)
|
||||
count++;
|
||||
}
|
||||
if (count == 2 || lookup_servers != NULL) {
|
||||
if (count < 2 && lookup_servers != NULL) {
|
||||
count++;
|
||||
if (lookup_servers->next != NULL)
|
||||
count++;
|
||||
|
Loading…
Reference in New Issue
Block a user