|
|
|
@ -1013,7 +1013,7 @@ config_str yon_config_get_all_keys_no_ignored(int *size){
|
|
|
|
*size=0;
|
|
|
|
*size=0;
|
|
|
|
config_str final = NULL;
|
|
|
|
config_str final = NULL;
|
|
|
|
for_config{
|
|
|
|
for_config{
|
|
|
|
if (yon_config_check_ignore(temp->key)){
|
|
|
|
if (!yon_config_check_ignore(temp->key)){
|
|
|
|
if (!final) final = yon_char_parsed_new(size,temp->key,NULL);
|
|
|
|
if (!final) final = yon_char_parsed_new(size,temp->key,NULL);
|
|
|
|
else final = yon_char_parsed_append(final,size,temp->key);
|
|
|
|
else final = yon_char_parsed_append(final,size,temp->key);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|