mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
applied patch from Alfred Mickautsch fixing #125180 Daniel
* xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180 Daniel
This commit is contained in:
parent
2bd4322ce9
commit
929714b707
@ -1,3 +1,7 @@
|
||||
Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
|
||||
|
||||
Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* chvalid.c genChRanges.py: Stephane Bidoul pointed out another
|
||||
|
@ -60,7 +60,7 @@ xmlcatalog.1: xmlcatalog_man.xml
|
||||
-@(xsltproc --nonet xmlcatalog_man.xml)
|
||||
|
||||
scan:
|
||||
-gtkdoc-scan --module=libxml --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="acconfig.h config.h win32config.h trio.h triostr.h triop.h config-mac.h XMLTestPrefix2.h XMLTestPrefix.h triodef.h trionan.h xlink.h libxml.h libxml2-py.h libxml_wrap.h chvalid.h"
|
||||
-gtkdoc-scan --module=libxml --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="acconfig.h config.h win32config.h trio.h triostr.h triop.h config-mac.h XMLTestPrefix2.h XMLTestPrefix.h triodef.h trionan.h xlink.h libxml.h libxml2-py.h libxml_wrap.h"
|
||||
|
||||
templates: scan
|
||||
-gtkdoc-mktmpl --module=libxml
|
||||
|
@ -1117,6 +1117,9 @@ xmlOutputBufferWriteBase64(xmlOutputBufferPtr out, int len,
|
||||
|
||||
linelen += 4;
|
||||
}
|
||||
|
||||
if (i >= len)
|
||||
break;
|
||||
}
|
||||
|
||||
count = xmlOutputBufferWrite(out, 2, B64CRLF);
|
||||
|
Loading…
x
Reference in New Issue
Block a user