1
0
Fork 0
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:
Linus Nielsen Feltzing 2005-03-04 12:31:56 +00:00
parent 3e60b5a6d1
commit a17ee5f282

View file

@ -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