Fixed range check error, compiler error!

This commit is contained in:
Henrique Gottardi Werlang 2023-07-11 14:39:49 -03:00 committed by Michael Van Canneyt
parent 337fff51c5
commit 98b49b292d

View File

@ -29909,7 +29909,8 @@ begin
btIntSingle,
btUIntSingle,
btIntDouble,
btUIntDouble:
btUIntDouble,
btCurrency:
begin
Result:=TResEvalRangeInt.Create;
TResEvalRangeInt(Result).ElKind:=revskInt;