mirror of
https://gitlab.com/rnger/amath
synced 2025-10-06 02:49:59 +00:00
clean up defines
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user