diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-17 20:58:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-17 20:58:47 +0000 |
commit | b6e3a52a8db52617c1ee8ba46af3da64b38a2391 (patch) | |
tree | 3e85c638aff79cd9ad0a0ad6c29d498142f11268 | |
parent | cb422dc1c1ba667cc6f8062667d54a188b11095b (diff) | |
download | upstream-b6e3a52a8db52617c1ee8ba46af3da64b38a2391.tar.gz upstream-b6e3a52a8db52617c1ee8ba46af3da64b38a2391.tar.bz2 upstream-b6e3a52a8db52617c1ee8ba46af3da64b38a2391.zip |
*sigh* increase size of the static buffer allocated in menuconfig again
SVN-Revision: 5198
-rw-r--r-- | scripts/config/mconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <unistd.h> #include <locale.h> -#define BUFSIZE 32768 +#define BUFSIZE 524288 #define LKC_DIRECT_LINK #include "lkc.h" |