Skip to content

Commit a5e2641

Browse files
author
David Fuhrmann
committed
src: fix broken bookmarks functionality
1 parent 9be4f7e commit a5e2641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input/control.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ static void UpdateBookmarksOption( input_thread_t *p_input )
535535
{
536536
strcpy( psz_value, "bookmarks=" );
537537

538-
char *psz_next = psz_value + strlen( "bookmarks" );
538+
char *psz_next = psz_value + strlen( "bookmarks=" );
539539

540540
for( int i = 0; i < p_input->p->i_bookmark && psz_value != NULL; i++ )
541541
{

0 commit comments

Comments
 (0)