From 8480134f621c302c1e1c29ee1aefe6a94f060c2b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 29 Dec 2005 20:38:28 +0000 Subject: [PATCH] - typos --- http_encoding_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http_encoding_api.c b/http_encoding_api.c index a31b5b7..3207264 100644 --- a/http_encoding_api.c +++ b/http_encoding_api.c @@ -467,7 +467,7 @@ PHP_HTTP_API STATUS _http_encoding_deflate_stream_flush(http_encoding_stream *s, { int status; - *encoded_len = 0x800; + *encoded_len = 0x8000; *encoded = emalloc_rel(*encoded_len); s->stream.avail_in = 0; @@ -503,7 +503,7 @@ PHP_HTTP_API STATUS _http_encoding_deflate_stream_finish(http_encoding_stream *s { int status; - *encoded_len = 0x800; + *encoded_len = 0x8000; *encoded = emalloc_rel(*encoded_len); /* deflate remaining input */ -- 2.30.2