From: Felix Fietkau Date: Tue, 17 Oct 2006 20:58:47 +0000 (+0000) Subject: *sigh* increase size of the static buffer allocated in menuconfig again X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b6e3a52a8db52617c1ee8ba46af3da64b38a2391;p=librecmc%2Flibrecmc.git *sigh* increase size of the static buffer allocated in menuconfig again SVN-Revision: 5198 --- diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index b3709fe80d..4896481942 100644 --- a/scripts/config/mconf.c +++ b/scripts/config/mconf.c @@ -22,7 +22,7 @@ #include #include -#define BUFSIZE 32768 +#define BUFSIZE 524288 #define LKC_DIRECT_LINK #include "lkc.h"