]> git.sesse.net Git - vlc/commitdiff
Cosmetic.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 28 Jul 2008 21:48:49 +0000 (23:48 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 28 Jul 2008 21:48:49 +0000 (23:48 +0200)
src/playlist/engine.c

index f66c44bb361ab38442108d124bcd67bd2c8fccd1..ce92f756cf53940b27ad1f25d8bc3847975e9329 100644 (file)
@@ -438,8 +438,7 @@ check_input:
             }
             playlist_PlayItem( p_playlist, p_item );
             /* playlist_PlayItem loose input event, we need to recheck */
-            //if( !p_playlist->b_cant_sleep )
-                goto check_input;
+            goto check_input;
         }
         else
         {