mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Another crashfix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2501 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
effd1185a4
commit
5e87f04a46
@ -972,6 +972,7 @@ void format_send_to_gui(TEXT_DEST_REC *dest, const char *text)
|
|||||||
while (*ptr != ',' && *ptr != '\0')
|
while (*ptr != ',' && *ptr != '\0')
|
||||||
ptr++;
|
ptr++;
|
||||||
if (*ptr != '\0') *ptr++ = '\0';
|
if (*ptr != '\0') *ptr++ = '\0';
|
||||||
|
ptr--;
|
||||||
signal_emit_id(signal_gui_print_text, 6,
|
signal_emit_id(signal_gui_print_text, 6,
|
||||||
dest->window, NULL, NULL,
|
dest->window, NULL, NULL,
|
||||||
GINT_TO_POINTER(GUI_PRINT_FLAG_INDENT_FUNC),
|
GINT_TO_POINTER(GUI_PRINT_FLAG_INDENT_FUNC),
|
||||||
|
Loading…
Reference in New Issue
Block a user