diff options
author | Ian C <ianc@noddybox.co.uk> | 2008-12-12 00:19:53 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2008-12-12 00:19:53 +0000 |
commit | d376d9d7ac7790a9249ce80519091f6a5f734aaa (patch) | |
tree | f20e99221d2c1d393b82dac4ca977a697dda20e6 /source/gui.c | |
parent | fc35fd58a524dfeb154ea7f75b5855b6a52446e2 (diff) |
Increased maximum number of files in selector to 1024
Diffstat (limited to 'source/gui.c')
-rw-r--r-- | source/gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gui.c b/source/gui.c index 7d328b7..3579f69 100644 --- a/source/gui.c +++ b/source/gui.c @@ -37,7 +37,7 @@ */ #define FSEL_FILENAME_LEN 20 #define FSEL_LINES 16 -#define FSEL_MAX_FILES 512 +#define FSEL_MAX_FILES 1024 #define FSEL_LIST_Y 10 #define FSEL_LIST_H FSEL_LINES*8 |