summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/interactive')
-rw-r--r--perl-install/interactive/newt.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive/newt.pm b/perl-install/interactive/newt.pm
index 8bc39b19f..af829b42b 100644
--- a/perl-install/interactive/newt.pm
+++ b/perl-install/interactive/newt.pm
@@ -21,7 +21,7 @@ sub new {
local $ENV{LC_CTYPE} = "en_US.UTF-8";
Newt::Init(1);
}
- c::setlocale();
+ c::init_setlocale();
} else {
Newt::Init(0);
}