]> granicus.if.org Git - php/commitdiff
Silly typo
authorMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 2 Oct 2003 08:05:06 +0000 (08:05 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 2 Oct 2003 08:05:06 +0000 (08:05 +0000)
ext/mbstring/mbregex.c

index cfda5b4404114ec5b8b4153c4efcf75f3e37b696..0a596ec58e955adeefafc662c433aebf5328ba66 100644 (file)
@@ -3326,7 +3326,7 @@ re_search(bufp, string, size, startpos, range, regs)
     }
   }
   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;