increases pp max buffer size 64,000 chars

This commit is contained in:
2026-06-17 21:49:02 +01:00
parent 5fcb2bcc83
commit 5b927900ae
+1 -1
View File
@@ -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