Bug in put_screen_char

new topic     » topic index » view thread      » older message » newer message

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... smile

 Thanks,
 Tor

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu