1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 05:46:38 +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
@@ -1030,7 +1030,7 @@ trigger_callback_print_cb (const void *pointer, void *data,
free (str_no_color);
}
str_tags = weechat_string_build_with_split_string (tags, ",");
str_tags = weechat_string_rebuild_split_string (tags, ",");
if (str_tags)
{
/* build string with tags and commas around: ",tag1,tag2,tag3," */