]> git.sesse.net Git - vlc/commitdiff
MSN: fix assertion (fixes #2930)
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 7 Mar 2010 18:29:20 +0000 (20:29 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 7 Mar 2010 18:29:20 +0000 (20:29 +0200)
modules/misc/notify/msn.c

index 2a1d7ae341cf4f59b88eccca2cd7ebdc03a0a36b..fe6faddaa46822f414d4b44946dfc3fc8755b71d 100644 (file)
@@ -153,7 +153,7 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
     char *psz_artist = input_item_GetArtist( input_GetItem( p_input ) );
     char *psz_album = input_item_GetAlbum( input_GetItem( p_input ) );
     char *psz_title = input_item_GetTitleFbName( input_GetItem( p_input ) );
-    char *psz_buf = str_format_meta( p_this, p_intf->p_sys->psz_format );
+    char *psz_buf = str_format_meta( p_intf, p_intf->p_sys->psz_format );
 
     snprintf( psz_tmp,
               MSN_MAX_LENGTH,