Change size of char tmp to 8192

This commit is contained in:
twinaphex 2019-07-09 02:26:18 +02:00
parent 606d3b465f
commit 11ad4eb227

View File

@ -2734,7 +2734,7 @@ static unsigned menu_displaylist_parse_content_information(
unsigned count = 0;
int n = 0;
char core_name[PATH_MAX_LENGTH];
char tmp[PATH_MAX_LENGTH];
char tmp[8192];
core_name[0] = '\0';