Ver Fonte

*avoid negative value for big const

git-svn-id: trunk@2273 -
oro06 há 19 anos atrás
pai
commit
6e55d519bc
1 ficheiros alterados com 2 adições e 1 exclusões
  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