Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 230039
Collapse All | Expand All

(-)glib/pcre/pcre_compile.c.orig (-1 / +1 lines)
Lines 4699-4709 we set the flag only if there is a liter Link Here
4699
          {
4699
          {
4700
          if (code == cd->start_code + 1 + LINK_SIZE &&
4700
          if (code == cd->start_code + 1 + LINK_SIZE &&
4701
               (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE))
4701
               (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE))
4702
            {
4702
            {
4703
            cd->external_options = newoptions;
4703
            cd->external_options = newoptions;
4704
            options = newoptions;
4704
            options = *optionsptr = newoptions;
4705
            }
4705
            }
4706
         else
4706
         else
4707
            {
4707
            {
4708
            if ((options & PCRE_IMS) != (newoptions & PCRE_IMS))
4708
            if ((options & PCRE_IMS) != (newoptions & PCRE_IMS))
4709
              {
4709
              {

Return to bug 230039