From 8f96d8b7ffff9ea95c356b5a5d0e3d3501809664 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 12 Jul 2016 11:24:08 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/mds-libinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mds-libinput.c b/src/mds-libinput.c index 40a94a9..09cf26a 100644 --- a/src/mds-libinput.c +++ b/src/mds-libinput.c @@ -490,7 +490,7 @@ void* event_loop(void* data) } FD_SET(event_fd, &event_fd_set); - if (select(event_fd + 1, &event_fd_set, &event_fd_set, &event_fd_set, NULL) < 0) + if (select(event_fd + 1, &event_fd_set, NULL, NULL, NULL) < 0) { fail_if (errno != EINTR); continue; -- cgit v1.2.3-70-g09d2