diff options
Diffstat (limited to 'libbb/progress.c')
-rw-r--r-- | libbb/progress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/progress.c b/libbb/progress.c index f6f26922c..3a245ae6c 100644 --- a/libbb/progress.c +++ b/libbb/progress.c | |||
@@ -78,7 +78,7 @@ void FAST_FUNC bb_progress_update(bb_progress_t *p, | |||
78 | } | 78 | } |
79 | 79 | ||
80 | #if ENABLE_FEATURE_ASSUME_UNICODE | 80 | #if ENABLE_FEATURE_ASSUME_UNICODE |
81 | check_unicode_in_env(); | 81 | init_unicode(); |
82 | /* libbb candidate? */ | 82 | /* libbb candidate? */ |
83 | { | 83 | { |
84 | wchar_t wbuf21[21]; | 84 | wchar_t wbuf21[21]; |