main, group compilation, typo + reset a flag

This commit is contained in:
Basile Burg 2016-07-15 00:56:45 +02:00
parent aa4e9b2b53
commit 200b43662c
1 changed files with 3 additions and 1 deletions

View File

@ -3209,7 +3209,9 @@ begin
Application.ProcessMessages; Application.ProcessMessages;
if not fProject.compiled then if not fProject.compiled then
begin begin
fMsgs.message('asynchronous group compilatio stoped because of a failure', nil, amcAll, amkErr); fMsgs.message('group compilation has stopped because of a failure',
nil, amcAll, amkErr);
fIsCompilingGroup := false;
break; break;
end; end;
end; end;