Silence warning - char buffer was too small for what we wanted to

fit into it
This commit is contained in:
twinaphex 2020-07-23 06:46:05 +02:00
parent fa6d5333f7
commit b84f62c440

View File

@ -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).