mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
log->temp -> !log->temp .. closed non-autologs instead of autologs..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1430 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ad2b694585
commit
8b61b9679c
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ static void sig_server_disconnected(SERVER_REC *server)
|
|||
LOG_REC *log = tmp->data;
|
||||
next = tmp->next;
|
||||
|
||||
if (log->temp || log->items == NULL)
|
||||
if (!log->temp || log->items == NULL)
|
||||
continue;
|
||||
|
||||
logitem = log->items->data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue