Added command option --version
This commit is contained in:
parent
ec1a464da6
commit
891b80a6e0
3 changed files with 36 additions and 21 deletions
|
@ -85,7 +85,7 @@ XMLOutputter(const int currentIdentLevel,
|
|||
if(ValidateString(message)) {
|
||||
int ident = 0;
|
||||
for( ; ident < currentIdentLevel && prevEOL; ++ident) {
|
||||
printf(" "); // \todo make configurable?
|
||||
fprintf(stdout, " "); // \todo make configurable?
|
||||
}
|
||||
|
||||
prevEOL = EOL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue