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 > [EMAIL PROTECTED] > http://mail.gnu.org/mailman/listinfo/aspell-devel > -- http://kevin.atkinson.dhs.org _______________________________________________ Aspell-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/aspell-devel