From: Ben Gras Date: Fri, 12 Aug 2005 11:23:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v3.1.0~357 X-Git-Url: http://zhaoyanbai.com/repos/icons/debian/openlogo-25.jpg?a=commitdiff_plain;h=615331b70f65ddea17989d72260bcd7d5cd3fc1b;p=minix.git *** empty log message *** --- diff --git a/commands/simple/progressbar.c b/commands/simple/progressbar.c index a5c40a6b0..3373e9e50 100755 --- a/commands/simple/progressbar.c +++ b/commands/simple/progressbar.c @@ -60,7 +60,6 @@ char *argv[]; #define LINES 5 for(l = 1; l <= LINES+1; l++) printf("\n"); printf(""); - sleep(1); while(fgets(line, sizeof(line), stdin)) { i++; for(l = 0; l <= LINES; l++) printf("");