diff options
-rw-r--r-- | lib/progress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/progress.c b/lib/progress.c index 2e3f6e975..dc1073a01 100644 --- a/lib/progress.c +++ b/lib/progress.c @@ -71,7 +71,7 @@ void ProgressInit(struct UrlData *data, int max) if (curl_GetEnv("COLUMNS") != NULL) width = atoi(curl_GetEnv("COLUMNS")); else - width = 80; + width = 79; progressmax = max; if(-1 == max) |