Explorar o código

*avoid negative value for big const

git-svn-id: trunk@2273 -
oro06 %!s(int64=19) %!d(string=hai) anos
pai
achega
6e55d519bc
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      utils/fprcp/expr.pp

+ 2 - 1
utils/fprcp/expr.pp

@@ -208,7 +208,8 @@ function HexToDecS:longbool;
   DecError:longbool;
  procedure Decim(const pattern:string);
   var
-   p,b,x:longint;
+   p,b:longint;
+   x: Longword;
    ss,st:string;
   begin
    repeat