IDE: fixed showing compilation summary

git-svn-id: trunk@14133 -
This commit is contained in:
vincents 2008-02-14 13:12:22 +00:00
parent d52b3b49a7
commit 0167c70d4d

View File

@ -573,7 +573,7 @@ var i, j, FilenameEndPos: integer;
Result:=false;
OldStart:=p;
if not CheckForNumber(s,p) then exit;
if not CheckForString(s,p,' Lines compiled, ') then exit;
if not CheckForString(s,p,' lines compiled, ') then exit;
if not CheckForNumber(s,p) then exit;
if not CheckForChar(s,p,'.') then exit;
if not CheckForNumber(s,p) then exit;