From 7cac32fc1f76bcfd7179f2df250f323a1f5b8c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 30 Oct 2019 19:41:31 +0100 Subject: fset: fix filter variable used to match filter string --- src/plugins/fset/fset-option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3