From: Michael Wallner Date: Thu, 29 Dec 2005 20:42:49 +0000 (+0000) Subject: - another typo X-Git-Tag: RELEASE_0_21_0~12 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=960f75a48f308d3d09e89231cc3f9f2492550fc0;p=m6w6%2Fext-http - another typo --- 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 */