1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 18:23:13 +02:00

api: rename function string_build_with_split_string to string_rebuild_split_string

This commit is contained in:
Sébastien Helleu
2022-07-20 11:53:08 +02:00
parent 0440309cee
commit 62e68f965f
31 changed files with 68 additions and 67 deletions
+1 -1
View File
@@ -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