mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +02:00
* fixed 64 bit error
git-svn-id: trunk@6512 -
This commit is contained in:
parent
63eac6f420
commit
5792438e3a
@ -23,7 +23,7 @@ var
|
||||
pp,p : ppchar;
|
||||
// temp : string; !! Never pass a local var back!!
|
||||
begin
|
||||
getmem(pp,4*4);
|
||||
getmem(pp,4*sizeof(pointer));
|
||||
p:=pp;
|
||||
p^:=@Shell[1];
|
||||
inc(p);
|
||||
|
Loading…
Reference in New Issue
Block a user