From: Hannes Magnusson Date: Wed, 6 Sep 2006 19:50:22 +0000 (+0000) Subject: fix build X-Git-Tag: RELEASE_1_0_0RC1~1748 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f85e67b33aad0f6db3d5c8f264d5293353a8d2b;p=php fix build --- diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index e1337dcbe3..f0a51d156d 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -1286,7 +1286,7 @@ ZIPARCHIVE_METHOD(setCommentIndex) { struct zip *intern; zval *this = getThis(); - long index + long index; int comment_len; char * comment; struct zip_stat sb;