moriyoshi Mon Oct 27 17:45:59 2003 EDT Modified files: /php-src/ext/standard file.c Log: Add missing reinitialization call Index: php-src/ext/standard/file.c diff -u php-src/ext/standard/file.c:1.363 php-src/ext/standard/file.c:1.364 --- php-src/ext/standard/file.c:1.363 Mon Oct 27 17:36:44 2003 +++ php-src/ext/standard/file.c Mon Oct 27 17:45:58 2003 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: file.c,v 1.363 2003/10/27 22:36:44 moriyoshi Exp $ */ +/* $Id: file.c,v 1.364 2003/10/27 22:45:58 moriyoshi Exp $ */ /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */ @@ -1731,6 +1731,7 @@ case -2: case -1: inc_len = 1; + _php_mblen(NULL, 0); break; case 0: goto quit_loop;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php