totem-pl-parser r338 - in branches/gnome-2-26: . plparse
- From: hadess svn gnome org
- To: svn-commits-list gnome org
- Subject: totem-pl-parser r338 - in branches/gnome-2-26: . plparse
- Date: Mon, 23 Mar 2009 14:34:16 +0000 (UTC)
Author: hadess
Date: Mon Mar 23 14:34:16 2009
New Revision: 338
URL: http://svn.gnome.org/viewvc/totem-pl-parser?rev=338&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:
branches/gnome-2-26/ChangeLog
branches/gnome-2-26/plparse/xmlparser.c
Modified: branches/gnome-2-26/plparse/xmlparser.c
==============================================================================
--- branches/gnome-2-26/plparse/xmlparser.c (original)
+++ branches/gnome-2-26/plparse/xmlparser.c Mon Mar 23 14:34:16 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]