Explorar o código

+ Type of Ofs() changed to pointer

michael %!s(int64=27) %!d(string=hai) anos
pai
achega
c38cbb1782
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.