1
0
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:
Sébastien Helleu
2019-10-30 19:41:31 +01:00
parent c6161d0e4a
commit 7cac32fc1f
+1 -1
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);