mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
minor fix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2733 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
cb85b0081e
commit
f515c16890
@ -259,7 +259,7 @@ static void sig_gui_print_text(WINDOW_REC *window, void *fgcolor,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
lineinfo.level = dest == NULL ? 0 : GPOINTER_TO_INT(dest->level);
|
lineinfo.level = dest == NULL ? 0 : dest->level;
|
||||||
lineinfo.time = time(NULL);
|
lineinfo.time = time(NULL);
|
||||||
|
|
||||||
gui = WINDOW_GUI(window);
|
gui = WINDOW_GUI(window);
|
||||||
|
Loading…
Reference in New Issue
Block a user