Re: 3.0.3 Release Candidate for Windows/DOS
- Posted by Robert Craig <rds at RapidEuphoria.com> May 27, 2007
- 690 views
Matt Lewis wrote: > Apparently, that's all I did, too. It's a simple change, now committed > to svn: > > --- be_runtime.c (revision 88) > +++ be_runtime.c (working copy) > @@ -4692,7 +4692,7 @@ > b1 = b->base; > bp = b1 + c -1; > a1 = a->base; > - ntries = lengthb - lengtha + 1; > + ntries = lengthb - lengtha - c + 1; > while (--ntries >= 0) { > ai = a1; > bi = bp; OK, great. I also made a change to euphoria.h to fix a type problem with the translator and WATCOM. I've refreshed the release candidate file: http://www.rapideuphoria.com/uploads/e30setup.exe It has your bug fix. I also removed Jacques bug fix, and fixed the release note credits for C.K., etc. I did this fairly quickly. I hope I didn't mess anything up. I hope people will check out this new release candidate for Windows/DOS, and then I can move on to Linux/FreeBSD. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com