Pārlūkot izejas kodu

Set Result to false at ExecuteRedir function entry

Pierre Muller 1 gadu atpakaļ
vecāks
revīzija
34a18adea6
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;