diff options
Diffstat (limited to 'modutils/lsmod.c')
-rw-r--r-- | modutils/lsmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index 582503b..20d9cf1 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(); |