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
d9d80e10
Commit
d9d80e10
authored
Dec 13, 2006
by
Jean-Paul Saman
Browse files
Use more sensible error message that says: settting audio track failed.
parent
0459ac1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/control/audio.c
View file @
d9d80e10
...
@@ -116,7 +116,7 @@ void libvlc_audio_set_track( libvlc_instance_t *p_instance, int i_track,
...
@@ -116,7 +116,7 @@ void libvlc_audio_set_track( libvlc_instance_t *p_instance, int i_track,
if
(
i_ret
<
0
)
if
(
i_ret
<
0
)
{
{
libvlc_exception_raise
(
p_e
,
"
A
udio track
out of range
"
);
libvlc_exception_raise
(
p_e
,
"
Setting a
udio track
failed
"
);
}
}
}
}
...
...
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