Bläddra i källkod

Merge branch 'build-cleanups' into next

* build-cleanups:
  Raise the MAX_LINE_LEN higher. "set" is 32018 bytes long on next.
Bryan Drewery 11 år sedan
förälder
incheckning
343ebd605b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/stringfix.cc

+ 1 - 1
src/stringfix.cc

@@ -9,7 +9,7 @@
 #include <stdio.h>
 #include <stdio.h>
 #include <string.h>
 #include <string.h>
 
 
-#define MAX_LINE_LEN 25000
+#define MAX_LINE_LEN 35000
 int help = 0;
 int help = 0;
 
 
 void garble(char **inptr, char **outptr)
 void garble(char **inptr, char **outptr)