You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/bakefile/files/bakefile-0.2.6-enlarge-buff...

13 lines
554 B

diff -urN ./bakefile-0.2.6.orig/src/bottlenecks.c ./bakefile-0.2.6/src/bottlenecks.c
--- ./bakefile-0.2.6.orig/src/bottlenecks.c 2009-03-26 20:34:42.000000000 +0100
+++ ./bakefile-0.2.6/src/bottlenecks.c 2009-07-21 22:36:18.111411153 +0200
@@ -37,7 +37,7 @@
/* ------------------------------------------------------------------------ */
#define TEXTBUF_COUNT 8
-#define TEXTBUF_SIZE 102400
+#define TEXTBUF_SIZE 120000
static char *textbuf[TEXTBUF_COUNT] =
{NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL};