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

fix [da2c15ae]

parent 1baf26db
...@@ -223,8 +223,8 @@ int xspf_export_playlist( vlc_object_t *p_this ) ...@@ -223,8 +223,8 @@ int xspf_export_playlist( vlc_object_t *p_this )
fprintf( p_export->p_file, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" ); fprintf( p_export->p_file, "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" );
fprintf( p_export->p_file, fprintf( p_export->p_file,
"<playlist xmlns=\"http://xspf.org/ns/0/\" " \ "<playlist xmlns=\"http://xspf.org/ns/0/\" " \
"xmlns:vlc=\"http://www.videolan.org/vlc/playlist/ns/0/\"> " \ "xmlns:vlc=\"http://www.videolan.org/vlc/playlist/ns/0/\" " \
"version=\"1\"\n" ); "version=\"1\">\n" );
if( !p_node ) return VLC_SUCCESS; if( !p_node ) return VLC_SUCCESS;
......
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