Merge pull request #8145 from orbea/warning

Fix -Wformat-truncation warning.
This commit is contained in:
Twinaphex 2019-02-01 19:14:02 +01:00 committed by GitHub
commit a9b576979a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -542,7 +542,7 @@ static int menu_displaylist_parse_system_info(menu_displaylist_info_t *info)
if (frontend)
{
char tmp2[8192];
char tmp2[PATH_MAX_LENGTH];
int major = 0;
int minor = 0;