]> git.sesse.net Git - vlc/commitdiff
src: fix broken bookmarks functionality
authorDavid Fuhrmann <dfuhrmann@videolan.org>
Tue, 6 Jan 2015 00:40:18 +0000 (01:40 +0100)
committerDavid Fuhrmann <dfuhrmann@videolan.org>
Tue, 6 Jan 2015 00:41:10 +0000 (01:41 +0100)
src/input/control.c

index 8a03b1c2422c56bb58029347d25246a224816963..2e4633ff689f575e6ef90e7e29274f79b1e4a6a4 100644 (file)
@@ -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++ )
         {