Silence warning - char buffer was too small for what we wanted to
fit into it
This commit is contained in:
parent
fa6d5333f7
commit
b84f62c440
|
@ -307,7 +307,7 @@ typedef struct
|
|||
uint64_t state;
|
||||
|
||||
char *core_buf;
|
||||
char menu_state_msg[1024];
|
||||
char menu_state_msg[8192];
|
||||
/* Scratchpad variables. These are used for instance
|
||||
* by the filebrowser when having to store intermediary
|
||||
* paths (subdirs/previous dirs/current dir/path, etc).
|
||||
|
|
Loading…
Reference in New Issue