Commit 21a99454 authored by Rafaël Carré's avatar Rafaël Carré

fix assignement order from [3ecd0eb5]

parent 2acf64c7
...@@ -213,7 +213,7 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var, ...@@ -213,7 +213,7 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
{ {
char *psz = make_path( psz_arturl ); char *psz = make_path( psz_arturl );
free( psz_arturl ); free( psz_arturl );
psz = psz_arturl; psz_arturl = psz;
} }
if( psz_arturl ) if( psz_arturl )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment