From 960f75a48f308d3d09e89231cc3f9f2492550fc0 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 29 Dec 2005 20:42:49 +0000 Subject: [PATCH] - another typo --- http_encoding_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_encoding_api.c b/http_encoding_api.c index 3207264..6c8a048 100644 --- a/http_encoding_api.c +++ b/http_encoding_api.c @@ -538,7 +538,7 @@ PHP_HTTP_API STATUS _http_encoding_inflate_stream_finish(http_encoding_stream *s { int status; - *decoded_len = s->stream.avail_in << 2; + *decoded_len = PHPSTR_LEN(s->stream.opaque) << 2; *decoded = emalloc_rel(*decoded_len); /* inflate remaining input */ -- 2.30.2