- Bugfix: the single attack output adaptions from revision 1447 had

broken some of the xml output.
This commit is contained in:
ccremers
2005-12-30 12:03:19 +00:00
parent ebf50b5252
commit 4a363aa33c
3 changed files with 22 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ xmlPrint (char *fmt, ...)
xmlIndentPrint ();
va_start (args, fmt);
eprintf (fmt, args);
veprintf (fmt, args);
va_end (args);
eprintf ("\n");
}