[comp.windows.x] Bugs in xmac...

jonnyg@ROVER.UMD.EDU (Jon Greenblatt) (12/03/87)

        I found bugs in xmac.c, here are the diffs to fix it.	
	This is the mac paint previewer just released.

100c100
<               if (scanLine <= MAX_LINES) {
---
>               if (scanLine < MAX_LINES) {
108c108
<               if (scanLine <= MAX_LINES) {
---
>               if (scanLine < MAX_LINES) {

                                        Jon Greenblatt
                                        (pcproj@gymble.umd.edu 128.8.128.16)
                                        (jonnyg@rover.umd.edu 128.8.2.73)

naughton@SUN.SOE.CLARKSON.EDU (Patrick Naughton) (12/03/87)

I fixed the bug you mentioned in the source, now xmac.tar.Z on zap.mit.edu

Thanks for your interest...

Patrick Naughton