removed intermix usage of alarm() and sleep() substituting it by alarm() and pause()

This commit is contained in:
Jordi Sanfeliu 2012-10-25 17:22:43 +02:00
parent e819ba2c0c
commit 2f89def289
1 changed files with 1 additions and 1 deletions

View File

@ -7002,5 +7002,5 @@ logger("Ok, done.") unless !$opt_d;
alarm(1);
while(1) {
sleep(1);
pause();
}