mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 15:26:37 +02:00
api: add arguments "index_start" and "index_end" in function string_rebuild_split_string
This commit is contained in:
@@ -571,7 +571,7 @@ fset_option_set_values (struct t_fset_option *fset_option,
|
||||
if (ptr_string_values)
|
||||
{
|
||||
fset_option->string_values = weechat_string_rebuild_split_string (
|
||||
ptr_string_values, ",");
|
||||
ptr_string_values, ",", 0, -1);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user