From b204b3abd19f86bd9217866189cdebcc6abc0d95 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 26 Nov 2016 15:18:42 +0100 Subject: further normalizations, uint vs uint32_t fix merge mistake yet one more replacement run --- ext/zip/php_zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zip/php_zip.c') diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 4685fb2486..af397001ef 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -499,7 +499,7 @@ int php_zip_glob(char *pattern, int pattern_len, zend_long flags, zval *return_v char *result; #endif glob_t globbuf; - uint n; + uint32_t n; int ret; if (pattern_len >= MAXPATHLEN) { -- cgit v1.2.1