Explorar o código

Fixed range check error, compiler error!

Henrique Gottardi Werlang %!s(int64=2) %!d(string=hai) anos
pai
achega
98b49b292d
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;