nlopess Tue Sep 5 12:30:35 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring mbstring.c Log: first fix from my new zend_parse_parameters_* checker http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.22.2.12&r2=1.224.2.22.2.13&diff_format=u Index: php-src/ext/mbstring/mbstring.c diff -u php-src/ext/mbstring/mbstring.c:1.224.2.22.2.12 php-src/ext/mbstring/mbstring.c:1.224.2.22.2.13 --- php-src/ext/mbstring/mbstring.c:1.224.2.22.2.12 Thu Aug 31 16:15:24 2006 +++ php-src/ext/mbstring/mbstring.c Tue Sep 5 12:30:35 2006 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: mbstring.c,v 1.224.2.22.2.12 2006/08/31 16:15:24 tony2001 Exp $ */ +/* $Id: mbstring.c,v 1.224.2.22.2.13 2006/09/05 12:30:35 nlopess Exp $ */ /* * PHP 4 Multibyte String module "mbstring" @@ -2824,7 +2824,7 @@ 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);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php