We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c14016d + 597405b commit 0fef644Copy full SHA for 0fef644
1 file changed
menu/menu_driver.h
@@ -449,7 +449,7 @@ typedef struct
449
char file_name[NAME_MAX_LENGTH];
450
} last_start_content;
451
452
- char menu_state_msg[PATH_MAX_LENGTH * 2];
+ char menu_state_msg[MENU_LABEL_MAX_LENGTH];
453
/* Scratchpad variables. These are used for instance
454
* by the filebrowser when having to store intermediary
455
* paths (subdirs/previous dirs/current dir/path, etc).
0 commit comments