Re: strange thing with put_screen_char()
- Posted by Robert Craig <rds at RapidEuphoria.com> Mar 20, 2001
- 467 views
Gwen writes: > But it gives me an error, talking about slices > ends past end ... : This is a known bug. The test in put_screen_char() should be: if overflow > 0 then -- correct not: if overflow then -- wrong Please correct your copy of image.e It will be corrected this way in 2.3. Not many people use this routine. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com