Explorar el Código

* forgotten commit to redir.ExecuteProcess

git-svn-id: trunk@33001 -
florian hace 9 años
padre
commit
1cb91cc7bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/utils/redir.pp

+ 1 - 1
tests/utils/redir.pp

@@ -1101,7 +1101,7 @@ begin
     counter:=0;
 {$endif not Windows}
 {$else}
-    P.WaitForExit(max_count);
+    P.WaitOnExit(max_count);
     counter:=max_count;
 {$endif}