From b81e8bcd273a7f5695b757c3a417dfa4de50e969 Mon Sep 17 00:00:00 2001 From: leitner Date: Sat, 1 Nov 2003 04:52:35 +0000 Subject: [PATCH] typo --- io/io_waituntil2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/io_waituntil2.c b/io/io_waituntil2.c index 92286e9..3886beb 100644 --- a/io/io_waituntil2.c +++ b/io/io_waituntil2.c @@ -62,7 +62,7 @@ int64 io_waituntil2(int64 milliseconds) { if (y[n].flags&EV_ERROR) { /* error; signal whatever app is looking for */ if (e->wantread) y[n].filter=EVFILT_READ; else - if (e->wantwrite) y[n].filter=EVFILE_WRITE; + if (e->wantwrite) y[n].filter=EVFILT_WRITE; } if (!e->canread && (y[n].filter==EVFILT_READ)) { e->canread=1;