diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-17 20:58:47 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-17 20:58:47 +0000 |
commit | b11d6447e452998d7b104aec1ddbd2e2346b97a5 (patch) | |
tree | 86f585adfaaed214ee1041c24eee89c784e574c4 /scripts/config | |
parent | 9dcbd6314842f862186a4688f44adaa2e49b6746 (diff) |
*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
Diffstat (limited to 'scripts/config')
-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 b3709fe80..489648194 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" |