From b11d6447e452998d7b104aec1ddbd2e2346b97a5 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 17 Oct 2006 20:58:47 +0000 Subject: [PATCH] *sigh* increase size of the static buffer allocated in menuconfig again git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5198 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/config/mconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index b3709fe80..489648194 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" -- 2.35.1