patches/totem-pl-parser-03-token-size.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 15849 7887ea019475
child 20196 a71e5d0d3281
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15849
7887ea019475 add patch to work around bug 581569
jerrytan
parents:
diff changeset
     1
--- totem-pl-parser-2.27.1/plparse/xmlparser.c.old	Wed Jun  3 17:10:05 2009
7887ea019475 add patch to work around bug 581569
jerrytan
parents:
diff changeset
     2
+++ totem-pl-parser-2.27.1/plparse/xmlparser.c	Wed Jun  3 17:11:08 2009
7887ea019475 add patch to work around bug 581569
jerrytan
parents:
diff changeset
     3
@@ -47,7 +47,7 @@
7887ea019475 add patch to work around bug 581569
jerrytan
parents:
diff changeset
     4
 #include "xmlparser.h"
7887ea019475 add patch to work around bug 581569
jerrytan
parents:
diff changeset
     5
 
7887ea019475 add patch to work around bug 581569
jerrytan
parents:
diff changeset
     6
 
7887ea019475 add patch to work around bug 581569
jerrytan
parents:
diff changeset
     7
-#define TOKEN_SIZE  64 * 1024
7887ea019475 add patch to work around bug 581569
jerrytan
parents:
diff changeset
     8
+#define TOKEN_SIZE  32 * 1024
7887ea019475 add patch to work around bug 581569
jerrytan
parents:
diff changeset
     9
 #define DATA_SIZE   64 * 1024
7887ea019475 add patch to work around bug 581569
jerrytan
parents:
diff changeset
    10
 #define MAX_RECURSION 23
7887ea019475 add patch to work around bug 581569
jerrytan
parents:
diff changeset
    11