- some GCC fixed by Edward-san.

This commit is contained in:
Christoph Oelckers 2015-04-29 11:28:04 +02:00
commit 7b6b473ec4
10 changed files with 33 additions and 15 deletions

View file

@ -83,7 +83,7 @@ public:
NeedSpace = false;
if (NestDepth > 0)
{
Str.AppendFormat("%*s", NestDepth, "");
Str.AppendFormat("%*s", (int)NestDepth, "");
}
if (ConsecOpens > 0)
{