Explorar o código

* fixed warning

git-svn-id: trunk@7906 -
florian %!s(int64=18) %!d(string=hai) anos
pai
achega
219f4430ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.