Accept 0 things to indicate progress of

This commit is contained in:
Ben Gras 2005-09-09 16:02:43 +00:00
parent 0c12711e93
commit fe5e1c7d59

View file

@ -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