From: Thies C. Arntzen Date: Thu, 1 Feb 2001 17:16:35 +0000 (+0000) Subject: ws-only X-Git-Tag: php-4.0.5RC1~397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c1abab2db3214fced0b9e803a22924d39a8b23e;p=php ws-only --- diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 59b370d18b..a8fc9cdd76 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -1119,7 +1119,7 @@ PHP_FUNCTION(ob_gzhandler) if (return_original) { zval_dtor(return_value); } else { - char lenbuf[ 64 ]; + char lenbuf[64]; sprintf(lenbuf,"Content-Length: %d",Z_STRLEN_P(return_value)); sapi_add_header(lenbuf,strlen(lenbuf), 1);