summaryrefslogtreecommitdiff
path: root/mpu/mpu-context.c
diff options
context:
space:
mode:
authorkx <kx@radix-linux.su>2026-09-02 15:58:27 +0300
committerkx <kx@radix-linux.su>2026-09-02 15:58:27 +0300
commit1202bb8bf07678fa6fa54085fc72b8e9bd383e04 (patch)
treeb9a91d91c9f249e485e535b40e3af16c2ea58402 /mpu/mpu-context.c
parentc7897f63a7e253a603f3a7eb636477babdc46501 (diff)
downloadlibmpu-1.0.17.tar.xz
Bump version to 1.0.171.0.17
Diffstat (limited to 'mpu/mpu-context.c')
-rw-r--r--mpu/mpu-context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpu/mpu-context.c b/mpu/mpu-context.c
index 8e89eb8..0736d28 100644
--- a/mpu/mpu-context.c
+++ b/mpu/mpu-context.c
@@ -34,7 +34,6 @@ void __mpu_init( void )
pmctx->_cur_brk = (__mpu_void_t *)&((pmctx->_mem)[0]);
#if ENABLE_NLS == 1
- setlocale( LC_ALL, "" );
bind_textdomain_codeset( PACKAGE, "UTF-8" );
textdomain( PACKAGE );
#endif