浏览代码

*sigh* increase size of the static buffer allocated in menuconfig again

SVN-Revision: 5198
Felix Fietkau 19 年之前
父节点
当前提交
b6e3a52a8d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/config/mconf.c

+ 1 - 1
scripts/config/mconf.c

@@ -22,7 +22,7 @@
 #include <unistd.h>
 #include <unistd.h>
 #include <locale.h>
 #include <locale.h>
 
 
-#define BUFSIZE 32768
+#define BUFSIZE 524288
 #define LKC_DIRECT_LINK
 #define LKC_DIRECT_LINK
 #include "lkc.h"
 #include "lkc.h"