Explorar o código

Set Result to false at ExecuteRedir function entry

Pierre Muller hai 1 ano
pai
achega
34a18adea6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/utils/redir.pp

+ 1 - 0
tests/utils/redir.pp

@@ -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;