diff options
Diffstat (limited to 'libbb/printable_string.c')
-rw-r--r-- | libbb/printable_string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/printable_string.c b/libbb/printable_string.c index 47565de0d..83a482196 100644 --- a/libbb/printable_string.c +++ b/libbb/printable_string.c | |||
@@ -36,7 +36,7 @@ const char* FAST_FUNC printable_string(uni_stat_t *stats, const char *str) | |||
36 | s++; | 36 | s++; |
37 | } | 37 | } |
38 | 38 | ||
39 | #if ENABLE_FEATURE_ASSUME_UNICODE | 39 | #if ENABLE_UNICODE_SUPPORT |
40 | dst = unicode_conv_to_printable(stats, str); | 40 | dst = unicode_conv_to_printable(stats, str); |
41 | #else | 41 | #else |
42 | { | 42 | { |