]> granicus.if.org Git - php/commitdiff
fix type
authorAnatol Belski <ab@php.net>
Mon, 15 Sep 2014 08:57:04 +0000 (10:57 +0200)
committerAnatol Belski <ab@php.net>
Mon, 15 Sep 2014 09:30:23 +0000 (11:30 +0200)
ext/iconv/iconv.c

index d27270ece98efd8c4da96240972f03cde01f3625..19270a55b946e29d0db4a375469eaaf8bbdb9666 100644 (file)
@@ -415,7 +415,7 @@ static int php_iconv_output_handler(void **nothing, php_output_context *output_c
                }
 
                if (mimetype != NULL && !(output_context->op & PHP_OUTPUT_HANDLER_CLEAN)) {
-                       zend_long len;
+                       size_t len;
                        char *p = strstr(get_output_encoding(TSRMLS_C), "//");
 
                        if (p) {