Browse Source

* pointer typecast added

peter 21 years ago
parent
commit
f6e7bd5274
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw1152.pp

+ 1 - 1
tests/webtbs/tw1152.pp

@@ -33,7 +33,7 @@ BEGIN
   exitproc:=@my_exit;
   finally_called:=false;
 try
-  p:=$ffffffff;
+  p:=pointer(-1);
   longint(p^):=0;
 finally
   finally_called:=true;