]> granicus.if.org Git - php/commitdiff
first fix from my new zend_parse_parameters_* checker
authorNuno Lopes <nlopess@php.net>
Tue, 5 Sep 2006 12:30:35 +0000 (12:30 +0000)
committerNuno Lopes <nlopess@php.net>
Tue, 5 Sep 2006 12:30:35 +0000 (12:30 +0000)
ext/mbstring/mbstring.c

index 22c48779d478164849f2c919a5d26700edcc83a8..bc6209a5becaf7f535c4a6f820e94f057b3dfaaa 100644 (file)
@@ -2824,7 +2824,7 @@ PHP_FUNCTION(mb_encode_mimeheader)
        int trans_enc_name_len;
        char *linefeed = "\r\n";
        int linefeed_len;
-       int indent = 0;
+       long indent = 0;
 
        mbfl_string_init(&string);
        string.no_language = MBSTRG(current_language);