diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/fset/fset-option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fset/fset-option.c b/src/plugins/fset/fset-option.c index 36e009159..560095d7a 100644 --- a/src/plugins/fset/fset-option.c +++ b/src/plugins/fset/fset-option.c @@ -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); |