Accept 0 things to indicate progress of
This commit is contained in:
parent
0c12711e93
commit
fe5e1c7d59
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ char *argv[];
|
|||
time_t start;
|
||||
if(argc < 2) return 1;
|
||||
count = atol(argv[1]);
|
||||
if(count < 1) return 1;
|
||||
if(count < 0) return 1;
|
||||
time(&start);
|
||||
printf("\n");
|
||||
#define LINES 5
|
||||
|
|
Loading…
Reference in a new issue