|
|
|
|
@ -977,6 +977,7 @@ int yon_config_load_register_no_cleaning(YON_CONFIG_TYPE config_type,char *secti
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
__yon__config__strings->flag1=0;
|
|
|
|
|
yon_config_remove_ignore(key);
|
|
|
|
|
if (config_type==YON_CONFIG_DEFAULT){
|
|
|
|
|
__yon__config__strings->flag1=-2;
|
|
|
|
|
@ -1040,6 +1041,7 @@ int yon_config_load_register(YON_CONFIG_TYPE config_type,char *section,char *par
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
__yon__config__strings->flag1=0;
|
|
|
|
|
yon_config_remove_ignore(key);
|
|
|
|
|
if (config_type==YON_CONFIG_DEFAULT){
|
|
|
|
|
__yon__config__strings->flag1=-2;
|
|
|
|
|
|