Bug in put_screen_char
- Posted by Tor Gausen <tor.gausen at C2I.NET> Jun 07, 2000
- 641 views
I think there is a small typo in the DOS section of put_screen_char in image.e (Euphoria 2.2). Line 336: if overflow then should probably read: if overflow > 0 then or something similar. And to my fellow free-riders out there; it seems this small fix can be made without affecting the 'stamping' (no statement count...Thanks, Tor