changeset 1512:7b1b24af319f

now xspf plugin try to load non well formed xspf file. closes #969.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 23 Aug 2007 03:03:41 +0900
parents 48fcdaa29159
children a3e002f56bd6
files src/xspf/xspf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xspf/xspf.c	Wed Aug 22 12:49:14 2007 +0100
+++ b/src/xspf/xspf.c	Thu Aug 23 03:03:41 2007 +0900
@@ -280,7 +280,7 @@
 #ifdef DEBUG
     printf("playlist_load_xspf: filename = %s\n", filename);
 #endif
-    doc = xmlParseFile(filename);
+    doc = xmlRecoverFile(filename);
     if(doc == NULL)
         return;