]> git.sesse.net Git - vlc/commitdiff
*Ahem* compile testing is good, but it only works
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 27 Feb 2007 21:27:06 +0000 (21:27 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 27 Feb 2007 21:27:06 +0000 (21:27 +0000)
if I actually look at the result

src/network/io.c

index c6f5d2e24e485dfe9ab8270b3a43dce91297466c..2c18ff5e494a1239dce0511ca61f16e4d0e0fbd3 100644 (file)
@@ -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;