1. display_svga_image() bug fix

Hi all,
           There is a bug in the display_svga_image() routine I just
posted to this list recently (thanks to Einar Mogen for pointing
this out). To fix it, just replace the line that reads:

finish=min2(start_line+size[2],y_size)

with this one:

finish=min2(start_line+size[2]+1,y_size)

Michael Bolin

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu