Просмотр исходного кода

* forgotten commit to redir.ExecuteProcess

git-svn-id: trunk@33001 -
florian 9 лет назад
Родитель
Сommit
1cb91cc7bb
1 измененных файлов с 1 добавлено и 1 удалено
  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}