Explorar el Código

*avoid negative value for big const

git-svn-id: trunk@2273 -
oro06 hace 19 años
padre
commit
6e55d519bc
Se han modificado 1 ficheros con 2 adiciones y 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