Skip to content

Commit 0fef644

Browse files
Merge pull request #17818 from zoltanvb/msg_state_size
Fix core descriptions not showing
2 parents c14016d + 597405b commit 0fef644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

menu/menu_driver.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ typedef struct
449449
char file_name[NAME_MAX_LENGTH];
450450
} last_start_content;
451451

452-
char menu_state_msg[PATH_MAX_LENGTH * 2];
452+
char menu_state_msg[MENU_LABEL_MAX_LENGTH];
453453
/* Scratchpad variables. These are used for instance
454454
* by the filebrowser when having to store intermediary
455455
* paths (subdirs/previous dirs/current dir/path, etc).

0 commit comments

Comments
 (0)