Commit 2a54015a authored by Rafaël Carré's avatar Rafaël Carré

xspf demuxer: removes some warning

parent 3defa30c
...@@ -679,7 +679,7 @@ static vlc_bool_t parse_extension_node COMPLEX_INTERFACE ...@@ -679,7 +679,7 @@ static vlc_bool_t parse_extension_node COMPLEX_INTERFACE
psz_title = unescape_URI_duplicate( psz_value ); psz_title = unescape_URI_duplicate( psz_value );
} }
/* extension attribute: application */ /* extension attribute: application */
if( !strcmp( psz_name, "application" ) ) else if( !strcmp( psz_name, "application" ) )
{ {
psz_application = strdup( psz_value ); psz_application = strdup( psz_value );
} }
......
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