- Bugfix: the single attack output adaptions from revision 1447 had
broken some of the xml output.
This commit is contained in:
@@ -86,7 +86,7 @@ xmlPrint (char *fmt, ...)
|
||||
|
||||
xmlIndentPrint ();
|
||||
va_start (args, fmt);
|
||||
eprintf (fmt, args);
|
||||
veprintf (fmt, args);
|
||||
va_end (args);
|
||||
eprintf ("\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user