mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 18:00:43 +02:00
* fixed missing pointer dereference of parameter passed to move()
(patch by ocean, mantis #22670) git-svn-id: trunk@22122 -
This commit is contained in:
parent
c29e6bbcb8
commit
1c80388e00
@ -2040,7 +2040,7 @@ begin
|
||||
i:=n+1;
|
||||
inc(NewCount,i);
|
||||
inc(p);
|
||||
System.Move(p,d^,i);
|
||||
System.Move(p^,d^,i);
|
||||
inc(p,i);
|
||||
inc(d,i);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user