1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00

(menu_displaylist.c) Fix warning

This commit is contained in:
twinaphex 2019-06-20 08:43:22 +02:00
parent 3a9a8d8d70
commit 2cad59092c

View File

@ -2704,7 +2704,7 @@ static unsigned menu_displaylist_parse_content_information(
bool playlist_valid = false;
unsigned count = 0;
char core_name[PATH_MAX_LENGTH];
char tmp[PATH_MAX_LENGTH];
char tmp[8192];
core_name[0] = '\0';