1. display_svga_image() bug fix
- Posted by Michael Bolin <michaeltom at GEOCITIES.COM> Apr 21, 1998
- 692 views
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