]> git.mxchange.org Git - simgear.git/commitdiff
Revert changes to xmlparse.[ch]
authorTorsten Dreyer <Torsten@t3r.de>
Mon, 26 Dec 2011 10:40:57 +0000 (11:40 +0100)
committerTorsten Dreyer <Torsten@t3r.de>
Mon, 26 Dec 2011 10:40:57 +0000 (11:40 +0100)
These files are copies from libexpat and should not be touched.
Thanks to Mathias for pointing this one out.

simgear/xml/xmlparse.c
simgear/xml/xmlparse.h

index c40dce072d5f1ba9512f16262b393b21defd25bf..294b73b4dd2ebe381f802a3a68655efe48c9792e 100644 (file)
@@ -911,7 +911,7 @@ void XML_DefaultCurrent(XML_Parser parser)
   }
 }
 
-const XML_LChar *XML_ErrorString(size_t code)
+const XML_LChar *XML_ErrorString(int code)
 {
   static const XML_LChar *message[] = {
     0,
index 123afdf9318d34b106f80d7366d9edde6c58dbdc..f2f9c9be1c0d69d926dcf22b4e4c58cab8bd0ac9 100644 (file)
@@ -473,7 +473,7 @@ void XMLPARSEAPI
 XML_ParserFree(XML_Parser parser);
 
 /* Returns a string describing the error. */
-const XML_LChar XMLPARSEAPI *XML_ErrorString(size_t code);
+const XML_LChar XMLPARSEAPI *XML_ErrorString(int code);
 
 #ifdef __cplusplus
 }