summaryrefslogtreecommitdiff
path: root/src/core/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/init.c')
-rw-r--r--src/core/init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/init.c b/src/core/init.c
index 7f50935..04a7135 100644
--- a/src/core/init.c
+++ b/src/core/init.c
@@ -45,8 +45,7 @@ aplwc_init_fns(APLWCFunctions *fns)
APLWC *
aplwc_init(APLWCFunctions *fns, void *aux)
{
- char *domdir = bindtextdomain(PACKAGE, LOCALEDIR);
- char *dom = textdomain(PACKAGE);
+ init_nls();
size_t size = sizeof(APLWC) + (APLWC_ALIGNMENT - 1) + WS_START_SIZE + (WS_ALIGNMENT - 1);
intptr_t base = (intptr_t)fns->alloc(aux, size);