Author: Ralf Junker Date: To: pcre-dev Subject: Re: [pcre-dev] Regression: Lookbehind assertions with fixed number
of repetitions
On 15.11.2011 16:08, Philip Hazel wrote:
> On Tue, 15 Nov 2011, Ralf Junker wrote:
>
>> case OP_EXACT:
>> case OP_EXACTI: // Added this line - was it missing?
>> branchlength += GET2(cc,1);
>> cc += 4;
>
> I have committed this patch.