emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#17447: closed ([PATCH] dfa: fix mismatch of exit c


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17447: closed ([PATCH] dfa: fix mismatch of exit conditions due to whether multibyte flag is on or off)
Date: Fri, 09 May 2014 19:45:02 +0000

Your message dated Fri, 09 May 2014 12:43:57 -0700
with message-id <address@hidden>
and subject line Re: bug#17447: [PATCH] dfa: fix mismatch of exit conditions 
due to whether multibyte flag is on or off
has caused the debbugs.gnu.org bug report #17447,
regarding [PATCH] dfa: fix mismatch of exit conditions due to whether multibyte 
flag is on or off
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
17447: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17447
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] dfa: fix mismatch of exit conditions due to whether multibyte flag is on or off Date: Fri, 09 May 2014 23:18:36 +0900
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.

Attachment: 0001-dfa-fix-mismatch-of-exit-conditions-due-to-whether-m.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: 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.



--- End Message ---

reply via email to

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