From: erg Date: Tue, 4 Mar 2008 19:31:14 +0000 (+0000) Subject: Fix incorrect macro usage. X-Git-Tag: LAST_LIBGRAPH~32^2~4569 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0051a79e546d041d85ae33cab272b036d51548c9;p=graphviz Fix incorrect macro usage. --- diff --git a/cmd/lefty/lefty.c b/cmd/lefty/lefty.c index c57623dd4..445faa12e 100644 --- a/cmd/lefty/lefty.c +++ b/cmd/lefty/lefty.c @@ -362,7 +362,7 @@ static int processinput (int waitflag) { GFXmonitorfile (ioi), n--; #else for (ioi = 0, n = 0, evn = 0; ioi < ion; ioi++) { - if (!iop[ioi].inuse || !IOismonitored (ioi, inputfds)) + if (!iop[ioi].inuse || !IOismonitored (ioi)) continue; if ( (iop[ioi].type == IO_FILE && canread (iop[ioi].ifp)) ||