aboutsummaryrefslogtreecommitdiff
path: root/libbb/progress.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/progress.c')
-rw-r--r--libbb/progress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/progress.c b/libbb/progress.c
index 3c7355fee..40608b047 100644
--- a/libbb/progress.c
+++ b/libbb/progress.c
@@ -94,7 +94,7 @@ void FAST_FUNC bb_progress_update(bb_progress_t *p,
94#if ENABLE_UNICODE_SUPPORT 94#if ENABLE_UNICODE_SUPPORT
95 init_unicode(); 95 init_unicode();
96 { 96 {
97 char *buf = unicode_conv_to_printable_fixedwidth(NULL, curfile, 20); 97 char *buf = unicode_conv_to_printable_fixedwidth(/*NULL,*/ curfile, 20);
98 fprintf(stderr, "\r%s%4u%% ", buf, ratio); 98 fprintf(stderr, "\r%s%4u%% ", buf, ratio);
99 free(buf); 99 free(buf);
100 } 100 }