diff options
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index 13c863c6e..5ea3a0b27 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -945,7 +945,7 @@ int ls_main(int argc UNUSED_PARAM, char **argv) | |||
945 | 945 | ||
946 | INIT_G(); | 946 | INIT_G(); |
947 | 947 | ||
948 | check_unicode_in_env(); | 948 | init_unicode(); |
949 | 949 | ||
950 | all_fmt = LIST_SHORT | | 950 | all_fmt = LIST_SHORT | |
951 | (ENABLE_FEATURE_LS_SORTFILES * (SORT_NAME | SORT_FORWARD)); | 951 | (ENABLE_FEATURE_LS_SORTFILES * (SORT_NAME | SORT_FORWARD)); |