From 8f85e67b33aad0f6db3d5c8f264d5293353a8d2b Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 6 Sep 2006 19:50:22 +0000 Subject: [PATCH] fix build --- ext/zip/php_zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1