totem-pl-parser r339 - in trunk: . plparse



Author: hadess
Date: Mon Mar 23 14:34:27 2009
New Revision: 339
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=339&view=rev

Log:
2009-03-23  Bastien Nocera  <hadess hadess net>

	* plparse/xmlparser.c: Increase the token and data sizes
	again in the xml parser, so it can parse ABC's podcast:
	http://www.abc.net.au/rn/podcast/feeds/spirit.xml
	(Closes: #552025)



Modified:
   trunk/ChangeLog
   trunk/plparse/xmlparser.c

Modified: trunk/plparse/xmlparser.c
==============================================================================
--- trunk/plparse/xmlparser.c	(original)
+++ trunk/plparse/xmlparser.c	Mon Mar 23 14:34:27 2009
@@ -47,8 +47,8 @@
 #include "xmlparser.h"
 
 
-#define TOKEN_SIZE  32 * 1024
-#define DATA_SIZE   32 * 1024
+#define TOKEN_SIZE  64 * 1024
+#define DATA_SIZE   64 * 1024
 #define MAX_RECURSION 23
 
 /* private global variables */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]