1
0
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:
Sebastien Helleu
2007-11-11 17:05:42 +01:00
parent cdc08d6fc3
commit ac30e2226d
5 changed files with 64 additions and 71 deletions
+3 -2
View File
@@ -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)