diff options
Diffstat (limited to 'g10/progress.c')
-rw-r--r-- | g10/progress.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/progress.c b/g10/progress.c index d0aa926ed..ca2022352 100644 --- a/g10/progress.c +++ b/g10/progress.c @@ -115,9 +115,9 @@ progress_filter (void *opaque, int control, || timestamp - pfx->last_time > 0) { char buffer[50]; - + sprintf (buffer, "%.20s ? %lu %lu", - pfx->what? pfx->what : "?", + pfx->what? pfx->what : "?", pfx->offset, pfx->total); write_status_text (STATUS_PROGRESS, buffer); |