Set Result to false at ExecuteRedir function entry

This commit is contained in:
Pierre Muller 2024-05-24 09:38:54 +02:00
parent b36c8199bd
commit 34a18adea6

View File

@ -805,6 +805,7 @@ var
P : TProcess;
begin
Result:=false;
P := TProcess.Create(nil);
try
P.CommandLine:=Progname + ' ' + ComLine;