From 15adfdbe7d28547defb3d8e1ddfdeb66ad89b920 Mon Sep 17 00:00:00 2001 From: Andre Leiradella Date: Sun, 25 Oct 2015 15:13:37 -0200 Subject: [PATCH] fixed wrong setting id --- configuration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.c b/configuration.c index 584dc212be..8ad36f88a2 100644 --- a/configuration.c +++ b/configuration.c @@ -1467,7 +1467,7 @@ static bool config_load_file(const char *path, bool set_defaults) #ifdef HAVE_CHEEVOS CONFIG_GET_BOOL_BASE(conf, settings, cheevos.enable, "cheevos_enable"); CONFIG_GET_BOOL_BASE(conf, settings, cheevos.test_unofficial, "cheevos_test_unofficial"); - CONFIG_GET_STRING_BASE(conf, settings, cheevos.username, "cheevos_user_name"); + CONFIG_GET_STRING_BASE(conf, settings, cheevos.username, "cheevos_username"); CONFIG_GET_STRING_BASE(conf, settings, cheevos.password, "cheevos_password"); #endif