From 55ecb15c9c16b9b86c6015caed07f5975a15fd94 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Fri, 6 Jun 2008 18:29:23 +0100 Subject: [PATCH] removing a bug: runfinte returns imediately --- src/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 3e147b9..dc2d5f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -200,9 +200,6 @@ int main(int argc, char* argv[], char* envp[]) if( waitpid(-1, &status, WNOHANG | WUNTRACED | WCONTINUED) < 0 ) break; - if( WIFEXITED(status) ) - break; - //Sleep a round usleep(ussleep); loops++; -- 2.30.2