mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
Some fixes.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@797 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4dcbe05c0f
commit
73858a2e5e
2 changed files with 54 additions and 32 deletions
|
|
@ -243,6 +243,9 @@ void log_file_write(SERVER_REC *server, const char *item, int level,
|
|||
|
||||
g_return_if_fail(str != NULL);
|
||||
|
||||
if (logs == NULL)
|
||||
return;
|
||||
|
||||
fallbacks = NULL; found = FALSE;
|
||||
|
||||
for (tmp = logs; tmp != NULL; tmp = tmp->next) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue