summaryrefslogtreecommitdiffstats
path: root/wsdl2c/wsdl2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'wsdl2c/wsdl2c.c')
-rwxr-xr-xwsdl2c/wsdl2c.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wsdl2c/wsdl2c.c b/wsdl2c/wsdl2c.c
index 23dac48..c6f4b34 100755
--- a/wsdl2c/wsdl2c.c
+++ b/wsdl2c/wsdl2c.c
@@ -30,6 +30,7 @@
#define _DESERIALIZER_DISABLE_
#include "CallList.h"
+#include "xsd2c/tr.h"
/* ------------- Just for test --------------------------------- */
@@ -422,7 +423,7 @@ void handlePortType(xmlDocPtr doc, const char *name)
/* handle input */
input = findSubNode(cur, "input");
if (input == NULL) {
- fprintf(stderr, "WARNING: No input for operation '%'\n", opname);
+ fprintf(stderr, "WARNING: No input for operation '%s'\n", opname);
cur = cur->next;
continue;
}