diff options
Diffstat (limited to 'fb.c.in')
-rw-r--r-- | fb.c.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |