[vlc-devel] commit: Cosmetic. (Laurent Aimar )
git version control
git at videolan.org
Mon Jul 28 23:46:22 CEST 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Jul 28 23:48:49 2008 +0200| [a646b59d95d95ffbec7829bd9ce308c6a15c938d]
Cosmetic.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a646b59d95d95ffbec7829bd9ce308c6a15c938d
---
src/playlist/engine.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/playlist/engine.c b/src/playlist/engine.c
index f66c44b..ce92f75 100644
--- a/src/playlist/engine.c
+++ b/src/playlist/engine.c
@@ -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
{
More information about the vlc-devel
mailing list