X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/a7fd1ff1031dea536cb68cec2e52779b7ffe4fc1..fafe28e8306978f5b4110e106db923accc08bc0f:/deflate.c diff --git a/deflate.c b/deflate.c index 685097b..8749397 100644 --- a/deflate.c +++ b/deflate.c @@ -651,8 +651,8 @@ struct deflate_compress_ctx { unsigned long datasize; int lastblock; int finished; - unsigned char static_len1[286], static_len2[30]; - int static_code1[286], static_code2[30]; + unsigned char static_len1[288], static_len2[30]; + int static_code1[288], static_code2[30]; struct huftrees sht; #ifdef STATISTICS unsigned long bitcount;