Lines 4929-4939
Link Here
|
4929 |
{ |
4929 |
{ |
4930 |
if (code == cd->start_code + 1 + LINK_SIZE && |
4930 |
if (code == cd->start_code + 1 + LINK_SIZE && |
4931 |
(lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE)) |
4931 |
(lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE)) |
4932 |
{ |
4932 |
{ |
4933 |
cd->external_options = newoptions; |
4933 |
cd->external_options = newoptions; |
4934 |
options = newoptions; |
4934 |
options = *optionsptr = newoptions; |
4935 |
} |
4935 |
} |
4936 |
else |
4936 |
else |
4937 |
{ |
4937 |
{ |
4938 |
if ((options & PCRE_IMS) != (newoptions & PCRE_IMS)) |
4938 |
if ((options & PCRE_IMS) != (newoptions & PCRE_IMS)) |
4939 |
{ |
4939 |
{ |