forked from len0rd/rockbox
Increased the file type string buffer size
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6134 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3e60b5a6d1
commit
a17ee5f282
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
#define MAX_EXTTYPES 32
|
||||
|
||||
/* string buffer length */
|
||||
#define STRING_BUFFER_SIZE 256
|
||||
#define STRING_BUFFER_SIZE 512
|
||||
|
||||
/* number of bytes for the binary icon */
|
||||
#define ICON_LENGTH 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue