From: Anatol Belski Date: Mon, 15 Sep 2014 08:39:51 +0000 (+0200) Subject: fix type X-Git-Tag: PRE_NATIVE_TLS_MERGE~158^2~85^2~30^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d65ead64713a7d57d521d1c322afed008aec7078;p=php fix type --- diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index 92ccb5e2cf..1803266c33 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -805,7 +805,7 @@ static php_iconv_err_t _php_iconv_substr(smart_str *pretval, size_t out_left; size_t cnt; - zend_long total_len; + size_t total_len; err = _php_iconv_strlen(&total_len, str, nbytes, enc); if (err != PHP_ICONV_ERR_SUCCESS) {