summaryrefslogtreecommitdiffstats
path: root/fb.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'fb.c.in')
-rw-r--r--fb.c.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fb.c.in b/fb.c.in
index 2b5ceea..c8468f1 100644
--- a/fb.c.in
+++ b/fb.c.in
@@ -74,7 +74,7 @@ int progress_callback(void *cb_data,
/* upload complete; clean up */
if (ulnow >= ultotal) {
- fprintf(stderr, "\r");
+ fprintf(stderr, "%*s\r", data->lastStringLength + 1, "");
return 0;
}