aspell-devel
[Top][All Lists]
Advanced

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

Re: [aspell-devel] Bug + solution


From: Kevin Atkinson
Subject: Re: [aspell-devel] Bug + solution
Date: Mon, 9 Sep 2002 15:28:20 -0400 (EDT)

On Mon, 9 Sep 2002, Antoine Martin wrote:

> When in the -a mode, ^ did'nt spell check the line correctly, the last
> character was truncated :
> '^test' spells 'tes'
> 
> patch :
> aspell.cc, line 592, replace
>      checker->process(line + ignore, strlen(line));
> by
>     line += ignore;
>     checker->process(line, strlen(line));


Fixed in "rel_0_50-branch".  Thanks.
>           
> 
> 
> _______________________________________________
> Aspell-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/aspell-devel
> 

-- 
http://kevin.atkinson.dhs.org





reply via email to

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