From b593e7389682e09d8af36aafe4f70d881416ec8b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 28 Jun 2016 13:10:34 +0200 Subject: [PATCH] Use fill_pathname_base_noext --- core_info.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core_info.c b/core_info.c index 34353371a8..9b4f0df5c7 100644 --- a/core_info.c +++ b/core_info.c @@ -169,9 +169,8 @@ static config_file_t *core_info_list_iterate( if (!contents->elems[i].data) return NULL; - fill_pathname_base(info_path_base, contents->elems[i].data, + fill_pathname_base_noext(info_path_base, contents->elems[i].data, sizeof(info_path_base)); - path_remove_extension(info_path_base); #if defined(RARCH_MOBILE) || (defined(RARCH_CONSOLE) && !defined(PSP)) char *substr = strrchr(info_path_base, '_');