mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
fset: fix crash in dump of options
This commit is contained in:
@@ -1640,7 +1640,7 @@ fset_option_print_log ()
|
||||
continue;
|
||||
weechat_log_printf ("");
|
||||
weechat_log_printf ("[fset option (addr:0x%lx)]", ptr_fset_option);
|
||||
weechat_log_printf (" index . . . . . . . . : '%s'", ptr_fset_option->index);
|
||||
weechat_log_printf (" index . . . . . . . . : %d", ptr_fset_option->index);
|
||||
weechat_log_printf (" file. . . . . . . . . : '%s'", ptr_fset_option->file);
|
||||
weechat_log_printf (" section . . . . . . . : '%s'", ptr_fset_option->section);
|
||||
weechat_log_printf (" option. . . . . . . . : '%s'", ptr_fset_option->option);
|
||||
|
||||
Reference in New Issue
Block a user