[vlc-commits] commit: MSN: fix assertion (fixes #2930) ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Sun Mar 7 19:41:44 CET 2010


vlc/vlc-1.0 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Mar  7 20:41:39 2010 +0200| [dc0a9675b5b45ff4a825e85fb10710e51b828359] | committer: Rémi Denis-Courmont 

MSN: fix assertion (fixes #2930)

(cherry picked from commit 438bc9c60012609fc2872235709950c219f49b7b)

Conflicts:

	modules/misc/notify/msn.c

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

 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 f177f1d..cf59786 100644
--- a/modules/misc/notify/msn.c
+++ b/modules/misc/notify/msn.c
@@ -162,7 +162,7 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
     if( !psz_artist ) psz_artist = strdup( "" );
     if( !psz_album ) psz_album = strdup( "" );
 
-    psz_buf = str_format_meta( p_this, p_intf->p_sys->psz_format );
+    psz_buf = str_format_meta( p_intf, p_intf->p_sys->psz_format );
 
     snprintf( psz_tmp,
               MSN_MAX_LENGTH,



More information about the vlc-commits mailing list