]> granicus.if.org Git - graphviz/commitdiff
Fix incorrect macro usage.
authorerg <devnull@localhost>
Tue, 4 Mar 2008 19:31:14 +0000 (19:31 +0000)
committererg <devnull@localhost>
Tue, 4 Mar 2008 19:31:14 +0000 (19:31 +0000)
cmd/lefty/lefty.c

index c57623dd482a200b37f4495b8d8994fb8fd6706e..445faa12e695ffb8c4a616b6e6ddc127172ee9ef 100644 (file)
@@ -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)) ||