Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!mnetor!uunet!husc6!uwvax!uwmacc!uwmcsd1!ig!jade!ucbvax!ROVER.UMD.EDU!jonnyg
From: jonnyg@ROVER.UMD.EDU (Jon Greenblatt)
Newsgroups: comp.windows.x
Subject: Bugs in xmac...
Message-ID: <8712031659.AA19739@rover.UMD.EDU>
Date: Thu, 3-Dec-87 11:59:02 EST
Article-I.D.: rover.8712031659.AA19739
Posted: Thu Dec  3 11:59:02 1987
Date-Received: Mon, 7-Dec-87 04:03:08 EST
Sender: daemon@ucbvax.BERKELEY.EDU
Organization: The ARPA Internet
Lines: 16


        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)