Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f4b87078
Commit
f4b87078
authored
Jun 28, 2009
by
Pierre
Browse files
libvlc: Correct the error string in libvlc_media_list_player_next.
parent
89c901ff
Changes
1
Show whitespace changes
Inline
Side-by-side
src/control/media_list_player.c
View file @
f4b87078
...
...
@@ -529,7 +529,7 @@ void libvlc_media_list_player_next( libvlc_media_list_player_t * p_mlp,
if
(
!
p_mlp
->
p_mlist
)
{
libvlc_exception_raise
(
p_e
,
"No m
ore element to play
"
);
libvlc_exception_raise
(
p_e
,
"No m
edia list
"
);
return
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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