mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 12:40:23 +00:00
Silence warning - variable too small
This commit is contained in:
parent
afb7ee36c9
commit
136a9db13f
@ -1666,7 +1666,7 @@ static void cheevos_test_cheevo_set(const cheevoset_t *set)
|
||||
|
||||
if (settings && settings->bools.cheevos_auto_screenshot)
|
||||
{
|
||||
char shotname[256];
|
||||
char shotname[4200];
|
||||
|
||||
snprintf(shotname, sizeof(shotname), "%s/%s-cheevo-%u",
|
||||
settings->paths.directory_screenshot,
|
||||
|
Loading…
x
Reference in New Issue
Block a user