mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
core: add missing assignment of buffer pointer in line structure
This commit is contained in:
@@ -973,6 +973,7 @@ gui_line_add_y (struct t_gui_buffer *buffer, int y, const char *message)
|
||||
buffer->own_lines->lines_count++;
|
||||
|
||||
/* fill data in new line */
|
||||
new_line->data->buffer = buffer;
|
||||
new_line->data->y = y;
|
||||
new_line->data->date = 0;
|
||||
new_line->data->date_printed = 0;
|
||||
|
||||
Reference in New Issue
Block a user