mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 21:40:25 +02: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
|
||||
// Code for normal numbers, decimals
|
||||
begin
|
||||
FloatValue := 0;
|
||||
FloatValue := StrToFloat(StrValue, FPointSeparator);
|
||||
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 lIndexJ = 0 then Exit;
|
||||
if lIndexJ = 0 then Exit(True);
|
||||
|
||||
SetLength(lTokens, lIndexN);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user