From edddd38ad7fa919c22998c31a90ef1d5628496a4 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Thu, 26 Dec 2024 11:33:22 +0600 Subject: [PATCH] Fixed parameters loading --- source/libublsettings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);