Browse Source

+ Type of Ofs() changed to pointer

michael 27 years ago
parent
commit
c38cbb1782
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/refex/ex44.pp

+ 1 - 1
docs/refex/ex44.pp

@@ -6,5 +6,5 @@ Var W : Pointer;
 
 
 begin
-  W:=Ofs(W); { W contains its own offset. } 
+  W:=Pointer(Ofs(W)); { W contains its own offset. } 
 end.