]> git.pld-linux.org Git - packages/expat.git/blobdiff - expat-2.0.1-check_stopped_parser.patch
- rel 4; patch obsolete
[packages/expat.git] / expat-2.0.1-check_stopped_parser.patch
diff --git a/expat-2.0.1-check_stopped_parser.patch b/expat-2.0.1-check_stopped_parser.patch
deleted file mode 100644 (file)
index 23cebfd..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/xmlparse.c     2007-05-08 05:25:35.000000000 +0300
-+++ lib/xmlparse.c     2008-01-08 13:17:07.000000000 +0200
-@@ -2563,6 +2563,8 @@
-                               (int)(dataPtr - (ICHAR *)dataBuf));
-               if (s == next)
-                 break;
-+              if (ps_parsing == XML_FINISHED || ps_parsing == XML_SUSPENDED)
-+                break;
-               *eventPP = s;
-             }
-           }
This page took 0.073039 seconds and 4 git commands to generate.