| commit | 33da33e72b521a535b526cfdc880ce64381ba0cb | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Sun Nov 05 14:43:52 2006 +0000 |
| committer | rsc <devnull@localhost> | Sun Nov 05 14:43:52 2006 +0000 |
| tree | 16b8e17b741946b47eb459cc94af06553c2d4442 | |
| parent | 9a5678a8a95c46913c15a5fc19f73c113e8ed036 [diff] |
block instead of chewing cpu in eread (Lu Xuxiao)
diff --git a/src/libdraw/event.c b/src/libdraw/event.c index 101aa37..b1147bd 100644 --- a/src/libdraw/event.c +++ b/src/libdraw/event.c
@@ -92,7 +92,7 @@ } return id; } - extract(0); + extract(1); } return 0; }