]> granicus.if.org Git - php/commitdiff
MFB (int->long)
authorNuno Lopes <nlopess@php.net>
Tue, 5 Sep 2006 12:32:13 +0000 (12:32 +0000)
committerNuno Lopes <nlopess@php.net>
Tue, 5 Sep 2006 12:32:13 +0000 (12:32 +0000)
ext/mbstring/mbstring.c

index 4056d72c547a8f599e70c0826e909364cda5c11d..eb657eb0ef585740cef139e73def9aec1d71ac6f 100644 (file)
@@ -2775,7 +2775,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);