mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 11:43:13 +02:00
Added log directory creation in logger plugin, removed unused log config options in core
This commit is contained in:
+3
-2
@@ -483,8 +483,9 @@ gui_chat_printf_date (struct t_gui_buffer *buffer, time_t date,
|
||||
date_printed = time (NULL);
|
||||
if (date <= 0)
|
||||
date = date_printed;
|
||||
|
||||
ptr_line = buffer->last_line;
|
||||
|
||||
if (gui_init_ok)
|
||||
ptr_line = buffer->last_line;
|
||||
|
||||
pos = buf;
|
||||
while (pos)
|
||||
|
||||
Reference in New Issue
Block a user