forked from pool/expat
c748e96746
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=6ee8bb17ca0a2c4c95300248e8cf4a07
17 lines
573 B
Diff
17 lines
573 B
Diff
http://expat.cvs.sourceforge.net/viewvc/expat/expat/lib/xmlparse.c?r1=1.164&r2=1.166&view=patch
|
|
|
|
Index: lib/xmlparse.c
|
|
===================================================================
|
|
--- lib/xmlparse.c.orig
|
|
+++ lib/xmlparse.c
|
|
@@ -3703,6 +3703,9 @@ doProlog(XML_Parser parser,
|
|
return XML_ERROR_UNCLOSED_TOKEN;
|
|
case XML_TOK_PARTIAL_CHAR:
|
|
return XML_ERROR_PARTIAL_CHAR;
|
|
+ case -XML_TOK_PROLOG_S:
|
|
+ tok = -tok;
|
|
+ break;
|
|
case XML_TOK_NONE:
|
|
#ifdef XML_DTD
|
|
/* for internal PE NOT referenced between declarations */
|