diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-03-04 12:31:56 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-03-04 12:31:56 +0000 |
| commit | a17ee5f282457dcd3dbfdb3edbd69e5fe70e706f (patch) | |
| tree | 592b7c8d6247418b299386d480eaf9f1d8b7abbf /apps | |
| parent | 3e60b5a6d15b74a099ccd0a8ab4f2b7bd48c5e42 (diff) | |
| download | rockbox-a17ee5f282457dcd3dbfdb3edbd69e5fe70e706f.zip rockbox-a17ee5f282457dcd3dbfdb3edbd69e5fe70e706f.tar.gz rockbox-a17ee5f282457dcd3dbfdb3edbd69e5fe70e706f.tar.bz2 rockbox-a17ee5f282457dcd3dbfdb3edbd69e5fe70e706f.tar.xz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c index 2788d3c..6854080 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -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 |