Commit a5e2641b authored by David Fuhrmann's avatar David Fuhrmann

src: fix broken bookmarks functionality

parent 9be4f7e0
......@@ -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