From d376d9d7ac7790a9249ce80519091f6a5f734aaa Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 12 Dec 2008 00:19:53 +0000 Subject: Increased maximum number of files in selector to 1024 --- source/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gui.c') 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 -- cgit v1.2.3