mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 00:03:12 +02:00
fset: fix filter variable used to match filter string
This commit is contained in:
@@ -319,7 +319,7 @@ fset_option_match_filter (struct t_fset_option *fset_option, const char *filter)
|
||||
fset_option_filter_hashtable_extra_vars,
|
||||
fset_option);
|
||||
result = weechat_string_eval_expression (
|
||||
fset_option_filter + 2,
|
||||
filter + 2,
|
||||
fset_option_filter_hashtable_pointers,
|
||||
fset_option_filter_hashtable_extra_vars,
|
||||
fset_option_filter_hashtable_options);
|
||||
|
||||
Reference in New Issue
Block a user