Browse Source

* Prevent multiply between qword and longint.

git-svn-id: trunk@7798 -
daniel 18 years ago
parent
commit
1631ccf2cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/tint642.pp

+ 1 - 1
tests/test/tint642.pp

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