From 21a99454a015707075906da149693f0fa805d60b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sat, 20 Feb 2010 20:28:27 +0100 Subject: [PATCH] fix assignement order from [3ecd0eb5dcb4] --- modules/misc/notify/notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/notify/notify.c b/modules/misc/notify/notify.c index f9c4b2dcf9..c3862b0657 100644 --- a/modules/misc/notify/notify.c +++ b/modules/misc/notify/notify.c @@ -213,7 +213,7 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var, { char *psz = make_path( psz_arturl ); free( psz_arturl ); - psz = psz_arturl; + psz_arturl = psz; } if( psz_arturl ) -- 2.39.2