From 8161c0261683e5099e6a6fff0249fdd99bfa7b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 27 Feb 2007 21:27:06 +0000 Subject: [PATCH] *Ahem* compile testing is good, but it only works if I actually look at the result --- src/network/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/io.c b/src/network/io.c index c6f5d2e24e..2c18ff5e49 100644 --- a/src/network/io.c +++ b/src/network/io.c @@ -293,7 +293,7 @@ net_ReadInner (vlc_object_t *restrict p_this, unsigned fdc, const int *fdv, ufd[i].revents = 0; } - switch (poll (ufd, fdc, dontwait ? 0 : 500)) + switch (poll (ufd, fdc, 500)) { case -1: goto error; -- GitLab