fset: fix filter variable used to match filter string

v2.8-utf8proc
Sébastien Helleu 2019-10-30 19:41:31 +01:00
parent c6161d0e4a
commit 7cac32fc1f
1 changed files with 1 additions and 1 deletions

View File

@ -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);