diff --git a/source/libublsettings.c b/source/libublsettings.c index 1263f7f..8d4b635 100644 --- a/source/libublsettings.c +++ b/source/libublsettings.c @@ -1436,7 +1436,7 @@ int yon_config_load_config(YON_CONFIG_TYPE config_type, ...){ if (config_type==YON_CONFIG_DEFAULT) yon_config_register_default(key,current_command,current_value); else - yon_config_register_default(key,current_command,current_value); + yon_config_register(key,current_command,current_value); if (config_type==YON_CONFIG_DEFAULT){ yon_config_set_ignore(key); yon_config_set_status(key,-2);