[vlc-devel] commit: fix typo (Kaarlo Raiha )

git version control git at videolan.org
Sun Feb 8 18:27:12 CET 2009


vlc | branch: master | Kaarlo Raiha <kaarlo.raiha at tut.fi> | Sun Feb  8 19:20:01 2009 +0200| [9e17b696a46b8498c66bc0261e3d90804ee5dea0] | committer: Jean-Baptiste Kempf 

fix typo

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/misc/notify/msn.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/misc/notify/msn.c b/modules/misc/notify/msn.c
index 2275221..78db563 100644
--- a/modules/misc/notify/msn.c
+++ b/modules/misc/notify/msn.c
@@ -160,7 +160,7 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
     psz_album = input_item_GetAlbum( input_GetItem( p_input ) );
     psz_title = input_item_GetTitle( input_GetItem( p_input ) );
     if( !psz_artist ) psz_artist = strdup( "" );
-    if( !psz_album ) psz_artist = strdup( "" );
+    if( !psz_album ) psz_album = strdup( "" );
     if( !psz_title )
         psz_title = input_item_GetName( input_GetItem( p_input ) );
 




More information about the vlc-devel mailing list