mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Merge pull request #8145 from orbea/warning
Fix -Wformat-truncation warning.
This commit is contained in:
commit
a9b576979a
@ -542,7 +542,7 @@ static int menu_displaylist_parse_system_info(menu_displaylist_info_t *info)
|
|||||||
|
|
||||||
if (frontend)
|
if (frontend)
|
||||||
{
|
{
|
||||||
char tmp2[8192];
|
char tmp2[PATH_MAX_LENGTH];
|
||||||
int major = 0;
|
int major = 0;
|
||||||
int minor = 0;
|
int minor = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user