1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-06 02:49:59 +00:00

clean up defines

This commit is contained in:
llsth
2015-04-07 21:18:39 +02:00
parent 8f163f1c71
commit f9234de369
6 changed files with 54 additions and 38 deletions

View File

@ -76,10 +76,10 @@ char* VersionStatement::Execute()
output->Empty();
output->EnsureSize(
StrLen(BOLD) +
StrLen(ASTARTMSG) +
StrLen(TXTSTARTMSG) +
StrLen(NEWLINE));
output->Append(BOLD);
output->Append(ASTARTMSG);
output->Append(TXTSTARTMSG);
output->Append(NEWLINE);
return output->GetString();