Commit 6992e73f authored by David Fuhrmann's avatar David Fuhrmann Committed by Jean-Baptiste Kempf

src: fix broken bookmarks functionality

(cherry picked from commit a5e2641b0ddb990757d131649066ff7df68ceee1)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 1ad00453
......@@ -535,7 +535,7 @@ static void UpdateBookmarksOption( input_thread_t *p_input )
{
strcpy( psz_value, "bookmarks=" );
char *psz_next = psz_value + strlen( "bookmarks" );
char *psz_next = psz_value + strlen( "bookmarks=" );
for( int i = 0; i < p_input->p->i_bookmark && psz_value != NULL; i++ )
{
......
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