mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Wrong parameters given to "gui print text" signal with indent function
processing: remote crash for architechtures which require memory alignmentation (non-x86) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3190 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
715d8fb062
commit
ae7f177fb0
@ -1013,7 +1013,7 @@ void format_send_to_gui(TEXT_DEST_REC *dest, const char *text)
|
||||
signal_emit_id(signal_gui_print_text, 6,
|
||||
dest->window, NULL, NULL,
|
||||
GINT_TO_POINTER(GUI_PRINT_FLAG_INDENT_FUNC),
|
||||
str, start, dest);
|
||||
start, dest);
|
||||
break;
|
||||
}
|
||||
case FORMAT_STYLE_DEFAULTS:
|
||||
|
Loading…
Reference in New Issue
Block a user