diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-26 14:06:56 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-26 14:06:56 +0100 |
commit | 19158a837df5093a2d655536424412bac2b07467 (patch) | |
tree | 3f3ce9c808e05dbf8dd38292f4c2db52cb73b429 /coreutils/df.c | |
parent | aa167556cd2954bb9a9fb0a005178462087a4600 (diff) | |
download | busybox-w32-19158a837df5093a2d655536424412bac2b07467.tar.gz busybox-w32-19158a837df5093a2d655536424412bac2b07467.tar.bz2 busybox-w32-19158a837df5093a2d655536424412bac2b07467.zip |
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/df.c')
-rw-r--r-- | coreutils/df.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/df.c b/coreutils/df.c index 4b23faa7a..5eeb5b476 100644 --- a/coreutils/df.c +++ b/coreutils/df.c | |||
@@ -174,7 +174,7 @@ int df_main(int argc UNUSED_PARAM, char **argv) | |||
174 | } | 174 | } |
175 | #endif | 175 | #endif |
176 | 176 | ||
177 | #if ENABLE_FEATURE_ASSUME_UNICODE | 177 | #if ENABLE_UNICODE_SUPPORT |
178 | { | 178 | { |
179 | uni_stat_t uni_stat; | 179 | uni_stat_t uni_stat; |
180 | char *uni_dev = unicode_conv_to_printable(&uni_stat, device); | 180 | char *uni_dev = unicode_conv_to_printable(&uni_stat, device); |