From 615331b70f65ddea17989d72260bcd7d5cd3fc1b Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 12 Aug 2005 11:23:50 +0000 Subject: [PATCH] *** empty log message *** --- commands/simple/progressbar.c | 1 - 1 file changed, 1 deletion(-) 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(""); -- 2.44.0