Commit 8161c026 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

*Ahem* compile testing is good, but it only works

if I actually look at the result
parent bd3f6bbb
...@@ -293,7 +293,7 @@ net_ReadInner (vlc_object_t *restrict p_this, unsigned fdc, const int *fdv, ...@@ -293,7 +293,7 @@ net_ReadInner (vlc_object_t *restrict p_this, unsigned fdc, const int *fdv,
ufd[i].revents = 0; ufd[i].revents = 0;
} }
switch (poll (ufd, fdc, dontwait ? 0 : 500)) switch (poll (ufd, fdc, 500))
{ {
case -1: case -1:
goto error; goto error;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment