increases pp max buffer size 64,000 chars
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ strlcat(char *dst, const char *src, size_t dsize)
|
||||
}
|
||||
#endif /* !__APPLE__ */
|
||||
|
||||
#define MAXSIZE 12000
|
||||
#define MAXSIZE 64000
|
||||
#define MAXINDENTSIZE 80
|
||||
#define MAXARGSIZE 20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user