From 2c4b6fff6d1317edbc0834d3facd113f9c41b9cf Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Tue, 1 Oct 2002 10:16:40 +0000 Subject: Fix warnings --- ext/mbstring/php_unicode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mbstring/php_unicode.c') diff --git a/ext/mbstring/php_unicode.c b/ext/mbstring/php_unicode.c index ec6d9987f3..f095d314bc 100644 --- a/ext/mbstring/php_unicode.c +++ b/ext/mbstring/php_unicode.c @@ -236,7 +236,7 @@ PHPAPI char *php_unicode_convert_case(int case_mode, char *srcstr, size_t srclen char *unicode, *newstr; size_t unicode_len; unsigned long *unicode_ptr; - int i; + size_t i; unicode = php_mb_convert_encoding(srcstr, srclen, NATIVE_UNICODE_ENCODING, src_encoding, &unicode_len TSRMLS_CC); if (unicode == NULL) -- cgit v1.2.1