mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
api: add arguments "index_start" and "index_end" in function string_rebuild_split_string
This commit is contained in:
@@ -69,7 +69,7 @@ irc_mode_get_arguments (const char *arguments)
|
||||
argv2[argc] = NULL;
|
||||
|
||||
new_arguments = weechat_string_rebuild_split_string (
|
||||
(const char **)argv2, " ");
|
||||
(const char **)argv2, " ", 0, -1);
|
||||
|
||||
weechat_string_free_split (argv);
|
||||
free (argv2);
|
||||
|
||||
Reference in New Issue
Block a user