diff options
-rw-r--r-- | xinit.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -380,9 +380,8 @@ processTimeout(int timeout, char *string) else fprintf(stderr, "."); fflush(stderr); - } - if (timeout) sleep(1); + } if (++i > timeout) break; } |