mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 02:53:43 +00:00
[LIBXML2] Update to version 2.9.7. CORE-14291
This commit is contained in:
parent
b97f0a8fed
commit
fc82f8e2e3
52 changed files with 1978 additions and 2458 deletions
1
sdk/lib/3rdparty/libxml2/xmlwriter.c
vendored
1
sdk/lib/3rdparty/libxml2/xmlwriter.c
vendored
|
@ -3754,6 +3754,7 @@ xmlTextWriterEndDTDEntity(xmlTextWriterPtr writer)
|
|||
if (count < 0)
|
||||
return -1;
|
||||
sum += count;
|
||||
/* Falls through. */
|
||||
case XML_TEXTWRITER_DTD_ENTY:
|
||||
case XML_TEXTWRITER_DTD_PENT:
|
||||
count = xmlOutputBufferWriteString(writer->out, ">");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue