]> git.sesse.net Git - vlc/commitdiff
* I am just a boulet :(
authorMohammed Adnène Trojette <adn@videolan.org>
Tue, 1 Jul 2003 09:00:50 +0000 (09:00 +0000)
committerMohammed Adnène Trojette <adn@videolan.org>
Tue, 1 Jul 2003 09:00:50 +0000 (09:00 +0000)
modules/misc/httpd.c

index bdbcb19538b19fedaa5e0a5d4042eca22bdea8b7..1fc89b551136c0bed5d85052853f0ce20e1a576b 100644 (file)
@@ -2,7 +2,7 @@
  * httpd.c
  *****************************************************************************
  * Copyright (C) 2001-2003 VideoLAN
- * $Id: httpd.c,v 1.18 2003/07/01 08:55:57 adn Exp $
+ * $Id: httpd.c,v 1.19 2003/07/01 09:00:50 adn Exp $
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *
@@ -1968,8 +1968,7 @@ static void httpd_Thread( httpd_sys_t *p_httpt )
             msleep( 1000 );
             continue;
         }
-        /*FIXME : < 0 is necessary for medialive plugin (it was <=0 before), but why ?*/       
-        if( i_ret < 0 )
+        if( i_ret <= 0 )
         {
 //            msg_Dbg( p_httpt, "waiting..." );
             continue;