mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
We cannot have VLAs
This commit is contained in:
parent
731ef11e2f
commit
541dc13d64
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue