Commit 8c394987 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Give i_skip a sensible value to start with.

parent 2c019e4b
......@@ -243,7 +243,7 @@ void PreparseEnqueueItemSub( playlist_t *p_playlist,
playlist_item_t * playlist_NextItem( playlist_t *p_playlist )
{
playlist_item_t *p_new = NULL;
int i_skip,i;
int i_skip = 0, i;
vlc_bool_t b_loop = var_GetBool( p_playlist, "loop" );
vlc_bool_t b_random = var_GetBool( p_playlist, "random" );
......
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