diff options
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); |