Browse Source

Fixed range check error, compiler error!

Henrique Gottardi Werlang 2 years ago
parent
commit
98b49b292d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/fcl-passrc/src/pasresolver.pp

+ 2 - 1
packages/fcl-passrc/src/pasresolver.pp

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