We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da21374 commit 5a29263Copy full SHA for 5a29263
1 file changed
menu/menu_displaylist.c
@@ -565,7 +565,7 @@ static int menu_displaylist_parse_core_info(
565
const char *info_path,
566
settings_t *settings)
567
{
568
- char tmp[PATH_MAX_LENGTH];
+ char tmp[NAME_MAX_LENGTH];
569
#if IOS
570
char shortened_path[NAME_MAX_LENGTH] = {0};
571
#endif
@@ -891,9 +891,6 @@ static int menu_displaylist_parse_core_info(
891
892
/* Show the path that was checked */
893
894
- char tmp_desc[PATH_MAX_LENGTH];
895
-
896
897
#ifdef IOS
898
shortened_path[0] = '\0';
899
fill_pathname_abbreviate_special(shortened_path,
0 commit comments