mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 02:49:28 +02:00
Set Result to false at ExecuteRedir function entry
This commit is contained in:
parent
b36c8199bd
commit
34a18adea6
@ -805,6 +805,7 @@ var
|
|||||||
P : TProcess;
|
P : TProcess;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
Result:=false;
|
||||||
P := TProcess.Create(nil);
|
P := TProcess.Create(nil);
|
||||||
try
|
try
|
||||||
P.CommandLine:=Progname + ' ' + ComLine;
|
P.CommandLine:=Progname + ' ' + ComLine;
|
||||||
|
Loading…
Reference in New Issue
Block a user