]> git.sesse.net Git - vlc/blobdiff - modules/misc/notify/notify.c
fix assignement order from [3ecd0eb5dcb4]
[vlc] / modules / misc / notify / notify.c
index f9c4b2dcf9e04c4474222a593c8d3aa864711c86..c3862b06574154c14dd47a076d775da38f4872bb 100644 (file)
@@ -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 )