aboutsummaryrefslogtreecommitdiff
path: root/coreutils/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/df.c')
-rw-r--r--coreutils/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/df.c b/coreutils/df.c
index bcde78393..ae68f0831 100644
--- a/coreutils/df.c
+++ b/coreutils/df.c
@@ -178,7 +178,7 @@ int df_main(int argc UNUSED_PARAM, char **argv)
178#endif 178#endif
179 179
180#if ENABLE_FEATURE_ASSUME_UNICODE 180#if ENABLE_FEATURE_ASSUME_UNICODE
181 dev_len = bb_mbstrlen(device); 181 dev_len = unicode_strlen(device);
182 if (dev_len > 20) { 182 if (dev_len > 20) {
183 printf("%s\n%20s", device, ""); 183 printf("%s\n%20s", device, "");
184 } else { 184 } else {