Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcvax!botter!ark!smagt From: smagt@cs.vu.nl (Smagt v der PPP) Newsgroups: comp.os.minix Subject: MINIX printer driver Message-ID: <1009@ark.cs.vu.nl> Date: Tue, 12-May-87 06:49:29 EDT Article-I.D.: ark.1009 Posted: Tue May 12 06:49:29 1987 Date-Received: Fri, 15-May-87 01:41:34 EDT Organization: V.U. Informatica, Amsterdam, the Netherlands Lines: 20 Keywords: error in my last patches In my last patches for the printer driver (7 May 1987) I forgot some very important parentheses. I'm sorry. I hope you noticed it. In the previous message I said you had to change if (value == ...._STATUS) to if (value&STATUS_MASK == ...._STATUS) This should have been if ((value&STATUS_MASK) == ...._STATUS) however! (.... = BUSY or NORMAL) P. van der Smagt VU Informatica Amsterdam The Netherlands (send mail to smagt@cs.vu.nl)