1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04: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:
Timo Sirainen 2003-12-10 22:47:35 +00:00 committed by cras
parent 715d8fb062
commit ae7f177fb0

View File

@ -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: