summaryrefslogtreecommitdiff
path: root/src/plugins/fset
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-07-20 11:53:08 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-07-20 12:14:40 +0200
commit62e68f965f7bce87eb0bf61bb134de5a3d3b7507 (patch)
tree817a07d1cd0d80e28c9c9c286c39d3abf9e751e4 /src/plugins/fset
parent0440309cee9c738b76e5ba8eaa4b59ebd9d8951b (diff)
downloadweechat-62e68f965f7bce87eb0bf61bb134de5a3d3b7507.zip
api: rename function string_build_with_split_string to string_rebuild_split_string
Diffstat (limited to 'src/plugins/fset')
-rw-r--r--src/plugins/fset/fset-option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fset/fset-option.c b/src/plugins/fset/fset-option.c
index 7cd0c5c6d..ce2a02a0e 100644
--- a/src/plugins/fset/fset-option.c
+++ b/src/plugins/fset/fset-option.c
@@ -570,7 +570,7 @@ fset_option_set_values (struct t_fset_option *fset_option,
ptr_string_values = weechat_config_option_get_pointer (option, "string_values");
if (ptr_string_values)
{
- fset_option->string_values = weechat_string_build_with_split_string (
+ fset_option->string_values = weechat_string_rebuild_split_string (
ptr_string_values, ",");
}
else