Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
375ec894
Commit
375ec894
authored
Jul 13, 2006
by
Sam Hocevar
Browse files
* modules/control/hotkeys.c: nawak.
parent
35809029
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/hotkeys.c
View file @
375ec894
...
...
@@ -920,7 +920,7 @@ static void PlayBookmark( intf_thread_t *p_intf, int i_num )
if
(
p_playlist
)
{
char
*
psz_bookmark
=
strdup
(
val
.
psz_string
);
for
(
i
=
0
;
i
<
p_playlist
->
pp_all_items
;
i
++
)
for
(
i
=
0
;
i
<
p_playlist
->
i_size
;
i
++
)
{
if
(
!
strcmp
(
psz_bookmark
,
p_playlist
->
pp_items
[
i
]
->
p_input
->
psz_uri
)
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment