Commit 45444ce6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix crash

parent 4c4c1053
...@@ -420,7 +420,7 @@ void E_(PlaylistListNode)( intf_thread_t *p_intf, playlist_t *p_pl, ...@@ -420,7 +420,7 @@ void E_(PlaylistListNode)( intf_thread_t *p_intf, playlist_t *p_pl,
if( p_node->i_children == -1 ) if( p_node->i_children == -1 )
{ {
char value[512]; char value[512];
char *psz, psz_utf8; char *psz, *psz_utf8;
mvar_t *itm = E_(mvar_New)( name, "set" ); mvar_t *itm = E_(mvar_New)( name, "set" );
if( p_pl->status.p_item && p_node && if( p_pl->status.p_item && p_node &&
......
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