Commit 375ec894 authored by Sam Hocevar's avatar Sam Hocevar

* modules/control/hotkeys.c: nawak.

parent 35809029
......@@ -920,7 +920,7 @@ static void PlayBookmark( intf_thread_t *p_intf, int i_num )
if( p_playlist )
{
char *psz_bookmark = strdup( val.psz_string );
for( i = 0; i < p_playlist->pp_all_items; i++)
for( i = 0; i < p_playlist->i_size; i++)
{
if( !strcmp( psz_bookmark,
p_playlist->pp_items[i]->p_input->psz_uri ) )
......
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