moriyoshi Thu Oct 2 04:05:07 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mbstring mbregex.c Log: Silly typo Index: php-src/ext/mbstring/mbregex.c diff -u php-src/ext/mbstring/mbregex.c:1.16.2.2 php-src/ext/mbstring/mbregex.c:1.16.2.3 --- php-src/ext/mbstring/mbregex.c:1.16.2.2 Thu Oct 2 04:01:11 2003 +++ php-src/ext/mbstring/mbregex.c Thu Oct 2 04:05:06 2003 @@ -3326,7 +3326,7 @@ } } if (bufp->options & MBRE_OPTIMIZE_ANCHOR) { - if (bufp->options&MBRE_OPTION_MULTILINE & range > 0) { + if (bufp->options&MBRE_OPTION_MULTILINE && range > 0) { goto begbuf_match; } anchor = 1;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php