소스 검색

* Prevent multiply between qword and longint.

git-svn-id: trunk@7798 -
daniel 18 년 전
부모
커밋
1631ccf2cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;