aboutsummaryrefslogtreecommitdiffstats
path: root/xmlstring.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-07-21 13:24:09 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-07-21 13:24:09 +0000
commitffa3c74933baa45bef5e0d7f15473c38a4c3f9e8 (patch)
tree84f52d5e52e95e317df8141643359a563107409d /xmlstring.c
parent0a119ebe61fd211b5dd11ecac83020481999a3b2 (diff)
downloadandroid_external_libxml2-ffa3c74933baa45bef5e0d7f15473c38a4c3f9e8.tar.gz
android_external_libxml2-ffa3c74933baa45bef5e0d7f15473c38a4c3f9e8.tar.bz2
android_external_libxml2-ffa3c74933baa45bef5e0d7f15473c38a4c3f9e8.zip
applied a patch from Marcus Boerger to fix problems with calling
* error.c globals.c parser.c runtest.c testHTML.c testSAX.c threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h include/libxml/valid.h include/libxml/xmlIO.h include/libxml/xmlerror.h include/libxml/xmlexports.h include/libxml/xmlschemas.h: applied a patch from Marcus Boerger to fix problems with calling conventions on Windows this should fix #309757 Daniel
Diffstat (limited to 'xmlstring.c')
-rw-r--r--xmlstring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlstring.c b/xmlstring.c
index d73c49ca..67a20b9a 100644
--- a/xmlstring.c
+++ b/xmlstring.c
@@ -533,7 +533,7 @@ xmlStrcat(xmlChar *cur, const xmlChar *add) {
*
* Returns the number of characters written to @buf or -1 if an error occurs.
*/
-int
+int XMLCDECL
xmlStrPrintf(xmlChar *buf, int len, const xmlChar *msg, ...) {
va_list args;
int ret;