1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

api: change type of parameter "pos_option_name" to "const char **" in function config_search_with_string

This commit is contained in:
Sébastien Helleu
2026-06-14 22:55:51 +02:00
parent a8067751eb
commit cf702d541f
12 changed files with 29 additions and 28 deletions
+1 -1
View File
@@ -526,7 +526,7 @@ TEST(CoreConfigFile, SearchWithString)
struct t_config_file *ptr_config;
struct t_config_section *ptr_section;
struct t_config_option *ptr_option;
char *pos_option_name;
const char *pos_option_name;
ptr_config = (struct t_config_file *)0x1;
ptr_section = (struct t_config_section *)0x1;