Skip to content
Snippets Groups Projects
Commit a5e2641b authored by David's avatar David
Browse files

src: fix broken bookmarks functionality

parent 9be4f7e0
No related branches found
No related tags found
No related merge requests found
......@@ -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++ )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment