Explorar o código

Raise the MAX_LINE_LEN higher. "set" is 32018 bytes long on next.

Bryan Drewery %!s(int64=11) %!d(string=hai) anos
pai
achega
6210ff1595
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/stringfix.cc

+ 1 - 1
src/stringfix.cc

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