mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 11:08:02 +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;
|
||||
|
||||
begin
|
||||
Result:=false;
|
||||
P := TProcess.Create(nil);
|
||||
try
|
||||
P.CommandLine:=Progname + ' ' + ComLine;
|
||||
|
Loading…
Reference in New Issue
Block a user