]> git.sesse.net Git - vlc/commitdiff
fix typo
authorKaarlo Raiha <kaarlo.raiha@tut.fi>
Sun, 8 Feb 2009 17:20:01 +0000 (19:20 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 8 Feb 2009 17:26:47 +0000 (18:26 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/misc/notify/msn.c

index 227522193b176cf1261965a982cd37aac119bced..78db5631f30e11552bd83653c306a15f79ce38cd 100644 (file)
@@ -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 ) );