From 29d5fc67a2601e7d973fce6a879fbc587c656675 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 1 Sep 2016 17:16:49 +0200 Subject: [PATCH] Prevent warning --- configuration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.c b/configuration.c index f6b9f02d02..d06f49f570 100644 --- a/configuration.c +++ b/configuration.c @@ -609,7 +609,7 @@ static int populate_settings_path(settings_t *settings, struct config_path_setti #endif #ifndef HAVE_DYNAMIC SETTING_PATH("libretro_path", - config_get_active_core_path(), false, NULL, false); + config_get_active_core_path_ptr(), false, NULL, false); #endif SETTING_PATH( "screenshot_directory",