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

Re: aspell on PowerPC (Was: Release-critical Bugreport for February18, 2000



Kevin Atkinson proclaimed:
> On Wed, 23 Feb 2000, C.M. Connelly wrote:
> > Nope, aspell 0.29.1 shows the same behavior.  If, however, you
> > apply this patch:
> >
> > --- aspell-.29.1/src/aspell.cc-original       Wed Feb 23 18:38:47 2000
> > +++ aspell-.29.1/src/aspell.cc        Wed Feb 23 18:28:28 2000
> > @@ -665,9 +665,9 @@
> >             << "\" for reading.\n";
> >        exit(-1);
> >      }
> > -    char c;
> > +    int c;
> >      while ((c = FILE.get()) != EOF) {
> > -      file += c;
> > +      file += (char) c;
> >      }
> >    }
> 
> OK I will apply the patch.  It will appear in the next version of aspell.
> What every that is.  The debain maintainer may apply the patch to the the
> debain version.


Thanks everyone.  Kevin, I will apply the patch to version 0.29.1 and
upload the Debianized package.  will not apply the patch for the next
version that I get from you.

Thanks again.

Thaths
-- 
    "I have two questions for you: How much? and I'll take it."  
                     -- Homer J. Simpson
Sudhakar C13n http://people.netscape.com/thaths/ Lead Indentured Slave


Reply to: