+ Type of Ofs() changed to pointer

This commit is contained in:
michael 1998-05-07 12:15:18 +00:00
parent 9136b41fb6
commit c38cbb1782

View File

@ -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.