Re: 3.0.3 Release Candidate for Windows/DOS
Robert Craig wrote:
> Matt Lewis wrote:
> > Thanks for testing this. I've made the fix to match_from, and committed to
> > svn. Another fairly simple bug.
> >
> > Index: be_runtime.c
> > ===================================================================
> > --- be_runtime.c (revision 105)
> > +++ be_runtime.c (working copy)
> > @@ -4691,10 +4691,11 @@
> >
> > if (lengthb < c ) // should this be an error?
> > return (0);
> > +
> > b1 = b->base;
> > - bp = b1 + c -1;
> > + bp = b1 + c - 1;
> > a1 = a->base;
> > - ntries = lengthb - lengtha - c + 1;
> > + ntries = lengthb - lengtha - c + 2;
> > while (--ntries >= 0) {
> > ai = a1;
> > bi = bp;
>
> OK. I picked up your fix and rebuilt everything
> for Windows/DOS. The updated install file is in the
> same place:
>
> <a
> href="http://www.rapideuphoria.com/uploads/e30setup.exe">http://www.rapideuphoria.com/uploads/e30setup.exe</a>
As far as I can see it works fine now. Thanks!
Regards,
Juergen
|
Not Categorized, Please Help
|
|