summaryrefslogtreecommitdiff
path: root/ext/mbstring
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2006-09-05 12:30:35 +0000
committerNuno Lopes <nlopess@php.net>2006-09-05 12:30:35 +0000
commit3ec9141f9177b09fdefa6fd7602d4ceb0290eff2 (patch)
tree6c51406183df063787e6cd43c30831354b9149c9 /ext/mbstring
parentaebc2fff07479810aadea24e19407d0e77682e41 (diff)
downloadphp-git-3ec9141f9177b09fdefa6fd7602d4ceb0290eff2.tar.gz
first fix from my new zend_parse_parameters_* checker
Diffstat (limited to 'ext/mbstring')
-rw-r--r--ext/mbstring/mbstring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c
index 22c48779d4..bc6209a5be 100644
--- a/ext/mbstring/mbstring.c
+++ b/ext/mbstring/mbstring.c
@@ -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);