소스 검색

* fixed warning

git-svn-id: trunk@7906 -
florian 18 년 전
부모
커밋
219f4430ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/webtbs/tw8465.pp

+ 1 - 1
tests/webtbs/tw8465.pp

@@ -17,6 +17,6 @@ var
 begin
   e := b;
   p := Pointer(e);
-  if Integer(p)<>1 then
+  if PtrUInt(p)<>1 then
     halt(1); // produces "1" in Delphi
 end.