aboutsummaryrefslogtreecommitdiff
path: root/textproc/expat2/files/patch-xmlparse.c
blob: e9992dd199ef6c9124b910e8531c48078f848c89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- lib/xmlparse.c.orig	2009-12-08 10:20:08.866482591 +0900
+++ lib/xmlparse.c	2009-12-08 10:20:23.038667874 +0900
@@ -3725,7 +3725,6 @@
         return XML_ERROR_NO_ELEMENTS;
       default:
         tok = -tok;
-        next = end;
         break;
       }
     }