mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:39:36 +02:00
Fixed range check error, compiler error!
This commit is contained in:
parent
337fff51c5
commit
98b49b292d
@ -29909,7 +29909,8 @@ begin
|
||||
btIntSingle,
|
||||
btUIntSingle,
|
||||
btIntDouble,
|
||||
btUIntDouble:
|
||||
btUIntDouble,
|
||||
btCurrency:
|
||||
begin
|
||||
Result:=TResEvalRangeInt.Create;
|
||||
TResEvalRangeInt(Result).ElKind:=revskInt;
|
||||
|
Loading…
Reference in New Issue
Block a user