Change size of msg variable

This commit is contained in:
twinaphex 2016-10-27 19:32:01 +02:00
parent 6cc14a4fb9
commit 8f401b8fe8

View File

@ -217,14 +217,13 @@ enum menu_settings_type
typedef struct typedef struct
{ {
char deferred_path[PATH_MAX_LENGTH]; char deferred_path[PATH_MAX_LENGTH];
char scratch_buf[PATH_MAX_LENGTH]; char scratch_buf[PATH_MAX_LENGTH];
char scratch2_buf[PATH_MAX_LENGTH]; char scratch2_buf[PATH_MAX_LENGTH];
uint64_t state; uint64_t state;
struct struct
{ {
char msg[PATH_MAX_LENGTH]; char msg[255];
} menu_state; } menu_state;
char db_playlist_file[PATH_MAX_LENGTH]; char db_playlist_file[PATH_MAX_LENGTH];