mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 10:58:16 +02:00
lazreport: fix compilation with fpc 2.6.4
git-svn-id: trunk@52652 -
This commit is contained in:
parent
4d405f5f01
commit
6e1055dabd
@ -240,7 +240,7 @@ end;
|
||||
|
||||
procedure TExItem.GotoBookmark;
|
||||
begin
|
||||
FDataset.Bookmark := FBookmark;
|
||||
FDataset.GotoBookmark(FBookmark);
|
||||
end;
|
||||
|
||||
function TExItem.IsBookmarkValid: boolean;
|
||||
|
@ -310,7 +310,7 @@ begin
|
||||
frInterpretator.PrepareScript(M2.Lines, sl1, sl2);
|
||||
if sl2.Count > 0 then
|
||||
begin
|
||||
ErrorPosition(Copy(sl2.Text, Length(sErrLine)+1));
|
||||
ErrorPosition(Copy(sl2.Text, Length(sErrLine)+1, Length(sl2.Text)));
|
||||
ShowMessage(sl2.Text);
|
||||
Result:=false;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user