1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

Remove compiler warning in logger plugin (with -O2)

This commit is contained in:
Sebastien Helleu
2009-09-04 17:17:32 +02:00
parent 23f0d7eda7
commit aca9eb02c3
+2
View File
@@ -255,6 +255,8 @@ logger_get_filename (struct t_gui_buffer *buffer)
mask_decoded = NULL;
mask_decoded2 = NULL;
mask_decoded3 = NULL;
log_path = NULL;
log_path2 = NULL;
dir_separator = weechat_info_get ("dir_separator", "");
weechat_dir = weechat_info_get ("weechat_dir", "");