bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17447: [PATCH] dfa: fix mismatch of exit conditions due to whether m


From: Paul Eggert
Subject: bug#17447: [PATCH] dfa: fix mismatch of exit conditions due to whether multibyte flag is on or off
Date: Fri, 09 May 2014 12:43:57 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Norihiro Tanaka wrote:
When multibyte flag is on, exit condition is `p >= end'.  OTOH, when off,
it's `p > end'.  I think that the later is right, and fix the former.

Thanks, I installed that.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]