Explorar o código

* Prevent multiply between qword and longint.

git-svn-id: trunk@7798 -
daniel %!s(int64=18) %!d(string=hai) anos
pai
achega
1631ccf2cc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/test/tint642.pp

+ 1 - 1
tests/test/tint642.pp

@@ -732,7 +732,7 @@ procedure teststringqword;
   var
      q1,q2 : qword;
      s : string;
-     l : longint;
+     l : cardinal;
      a : ansistring;
      code : integer;