[vlc-devel] commit: libvlc: Correct the error string in libvlc_media_list_player_next. (Pierre d'Herbemont )

git version control git at videolan.org
Mon Jul 6 04:59:50 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Sun Jun 28 21:41:54 2009 -0700| [f4b870787f919767ceba1e428d94e28a769931ed] | committer: Pierre d'Herbemont 

libvlc: Correct the error string in libvlc_media_list_player_next.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f4b870787f919767ceba1e428d94e28a769931ed
---

 src/control/media_list_player.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/control/media_list_player.c b/src/control/media_list_player.c
index 5f0a3bc..9f705e5 100644
--- a/src/control/media_list_player.c
+++ b/src/control/media_list_player.c
@@ -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 more element to play" );
+        libvlc_exception_raise( p_e, "No media list" );
         return;
     }
 




More information about the vlc-devel mailing list