1
0
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:
Sebastien Helleu
2011-09-20 17:15:03 +02:00
parent 209ff8bd2e
commit be137ba3fc
+1
View File
@@ -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;