1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 11:13:12 +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
@@ -68,7 +68,7 @@ irc_mode_get_arguments (const char *arguments)
}
argv2[argc] = NULL;
new_arguments = weechat_string_build_with_split_string (
new_arguments = weechat_string_rebuild_split_string (
(const char **)argv2, " ");
weechat_string_free_split (argv);