aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
Diffstat (limited to 'modutils')
-rw-r--r--modutils/lsmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c
index 582503b66..20d9cf1a8 100644
--- a/modutils/lsmod.c
+++ b/modutils/lsmod.c
@@ -49,7 +49,7 @@ int lsmod_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
# if ENABLE_FEATURE_ASSUME_UNICODE
size_t name_len;
# endif
- check_unicode_in_env();
+ init_unicode();
printf("%-24sSize Used by", "Module");
check_tainted();