mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 00:42:06 +02:00
* TProcess.setparameter assigned a TStrings instead of .assign()ing it.
Patch from Cyrax, Mantis #19906 git-svn-id: trunk@18105 -
This commit is contained in:
parent
57ba5f956e
commit
83af0c8a1b
@ -395,8 +395,7 @@ end;
|
||||
|
||||
procedure TProcess.SetParameters(const AValue: TStrings);
|
||||
begin
|
||||
if FParameters=AValue then exit;
|
||||
FParameters:=AValue;
|
||||
FParameters.Assign(AValue);
|
||||
end;
|
||||
|
||||
Procedure TProcess.SetWindowRect (Value : Trect);
|
||||
|
Loading…
Reference in New Issue
Block a user