]> git.sesse.net Git - vlc/commitdiff
xspf demuxer: removes some warning
authorRafaël Carré <funman@videolan.org>
Tue, 30 Oct 2007 01:08:03 +0000 (01:08 +0000)
committerRafaël Carré <funman@videolan.org>
Tue, 30 Oct 2007 01:08:03 +0000 (01:08 +0000)
modules/demux/playlist/xspf.c

index dcd5723371336a5262dbabc3cedb0cbb1ac917c7..9b9dec32372924173a386844591eebe606562a0a 100644 (file)
@@ -679,7 +679,7 @@ static vlc_bool_t parse_extension_node COMPLEX_INTERFACE
             psz_title = unescape_URI_duplicate( psz_value );
         }
         /* extension attribute: application */
-        if( !strcmp( psz_name, "application" ) )
+        else if( !strcmp( psz_name, "application" ) )
         {
             psz_application = strdup( psz_value );
         }