diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-17 21:49:02 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-17 21:49:02 +0100 |
| commit | 5b927900ae0236a776322f6b7a2106b708e00014 (patch) | |
| tree | 0c5c76aaef8b2eb739702cd2962907b44e638c10 /http/pp/pp.c | |
| parent | 5fcb2bcc832b7e7d30c34343237565789bca6d4e (diff) | |
increases pp max buffer size 64,000 chars
Diffstat (limited to 'http/pp/pp.c')
| -rw-r--r-- | http/pp/pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/pp/pp.c b/http/pp/pp.c index 340f430..be96596 100644 --- a/http/pp/pp.c +++ b/http/pp/pp.c @@ -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 |
