mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-07 04:29:40 +01:00
fpvectorial: Fixes a typo introduced in commit 39538 #8ec4f4bd8c
git-svn-id: trunk@39566 -
This commit is contained in:
parent
d9f9355bcc
commit
97fc0ecda5
@ -358,7 +358,7 @@ begin
|
|||||||
else
|
else
|
||||||
// Code for normal numbers, decimals
|
// Code for normal numbers, decimals
|
||||||
begin
|
begin
|
||||||
FloatValue := 0;
|
FloatValue := StrToFloat(StrValue, FPointSeparator);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -1095,7 +1095,7 @@ begin
|
|||||||
|
|
||||||
if lIndexN < 0 then raise Exception.Create('[TvEPSVectorialReader.ExecuteStackManipulationOperator] rool operator: n must be positive or zero');
|
if lIndexN < 0 then raise Exception.Create('[TvEPSVectorialReader.ExecuteStackManipulationOperator] rool operator: n must be positive or zero');
|
||||||
|
|
||||||
if lIndexJ = 0 then Exit;
|
if lIndexJ = 0 then Exit(True);
|
||||||
|
|
||||||
SetLength(lTokens, lIndexN);
|
SetLength(lTokens, lIndexN);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user