소스 검색

* forgotten commit to redir.ExecuteProcess

git-svn-id: trunk@33001 -
florian 9 년 전
부모
커밋
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}