summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-03-04 12:31:56 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-03-04 12:31:56 +0000
commita17ee5f282457dcd3dbfdb3edbd69e5fe70e706f (patch)
tree592b7c8d6247418b299386d480eaf9f1d8b7abbf /apps
parent3e60b5a6d15b74a099ccd0a8ab4f2b7bd48c5e42 (diff)
downloadrockbox-a17ee5f282457dcd3dbfdb3edbd69e5fe70e706f.tar.gz
rockbox-a17ee5f282457dcd3dbfdb3edbd69e5fe70e706f.zip
Increased the file type string buffer size
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6134 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/filetypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index 2788d3c151..68540802b0 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -46,7 +46,7 @@
46#define MAX_EXTTYPES 32 46#define MAX_EXTTYPES 32
47 47
48/* string buffer length */ 48/* string buffer length */
49#define STRING_BUFFER_SIZE 256 49#define STRING_BUFFER_SIZE 512
50 50
51/* number of bytes for the binary icon */ 51/* number of bytes for the binary icon */
52#define ICON_LENGTH 6 52#define ICON_LENGTH 6