*sigh* increase size of the static buffer allocated in menuconfig again
authorFelix Fietkau <nbd@openwrt.org>
Tue, 17 Oct 2006 20:58:47 +0000 (20:58 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 17 Oct 2006 20:58:47 +0000 (20:58 +0000)
SVN-Revision: 5198

scripts/config/mconf.c

index b3709fe80d49191388cb17452e83c35f20cf2722..489648194251e742a37428d71c0276aeeb3aeffb 100644 (file)
@@ -22,7 +22,7 @@
 #include <unistd.h>
 #include <locale.h>
 
 #include <unistd.h>
 #include <locale.h>
 
-#define BUFSIZE 32768
+#define BUFSIZE 524288
 #define LKC_DIRECT_LINK
 #include "lkc.h"
 
 #define LKC_DIRECT_LINK
 #include "lkc.h"