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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user