Commit d9d80e10 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Use more sensible error message that says: settting audio track failed.

parent 0459ac1d
...@@ -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, "Audio track out of range" ); libvlc_exception_raise( p_e, "Setting audio track failed" );
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment