Re: [PARPORT] patch-2.2.3-tmw9


Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 20 Mar 1999 17:13:53 +0000 (GMT)


> How about this:
>
> - if (!xflag || !mode) {
> + if ((!mode && xflag) || (mode && !xflag)) {

if (!!mode == !xflag)

??

-- To unsubscribe, send mail to: linux-parport-request@torque.net --
-- with the single word "unsubscribe" in the body of the message. --



This archive was generated by hypermail 2.0b3 on Sun 28 Mar 1999 - 17:04:36 EST