Fix filepath size
This commit is contained in:
parent
4530947eaf
commit
b9a2878c11
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ typedef enum {
|
|||
} menudemotype_e;
|
||||
|
||||
struct menudemo_t {
|
||||
char filepath[256];
|
||||
char filepath[1024];
|
||||
menudemotype_e type;
|
||||
|
||||
char title[65]; // Null-terminated for string prints
|
||||
|
|
|
|||
Loading…
Reference in a new issue