Removed unnecessary NULL terminator in RunBuildTool() to fix #402: "Copying new log after clearing partially fails"

This commit is contained in:
Zbigniew Skowron
2021-08-07 22:48:03 +02:00
parent 775e8df752
commit b5f7c96c80

View File

@@ -239,7 +239,6 @@ bool ScriptsBuilder::RunBuildTool(const StringView& args)
cmdLine.Append(buildToolPath);
cmdLine.Append(TEXT("\" "));
cmdLine.Append(args.Get(), args.Length());
cmdLine.Append(TEXT('\0'));
// TODO: Set env var for the mono MONO_GC_PARAMS=nursery-size64m to boost build performance -> profile it
// Call build tool