mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
We cannot have VLAs
This commit is contained in:
parent
731ef11e2f
commit
541dc13d64
@ -508,7 +508,7 @@ static int action_bind_sublabel_systeminfo_controller_entry(
|
||||
const char *label, const char *path,
|
||||
char *s, size_t len)
|
||||
{
|
||||
char tmp[len];
|
||||
char tmp[4096];
|
||||
unsigned controller;
|
||||
|
||||
for(controller = 0; controller < MAX_USERS; controller++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user