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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user