mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 01:09:35 +02:00
IDE: fixed showing compilation summary
git-svn-id: trunk@14133 -
This commit is contained in:
parent
d52b3b49a7
commit
0167c70d4d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user