Package: lwm Severity: wishlist Tags: patch
The patch removes: setlocale(LC_ALL,"") -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
>From 0fc576e69bc1dcbadacc1e0005c577be50916e3d Mon Sep 17 00:00:00 2001 From: Jari Aalto <jari.aa...@cante.net> Date: Fri, 5 Mar 2010 11:27:09 +0200 Subject: [PATCH] lwm.c: no hard coded locale Signed-off-by: Jari Aalto <jari.aa...@cante.net> --- lwm.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) Index: lwm.git/lwm.c =================================================================== --- lwm.git.orig/lwm.c 2010-03-09 18:34:13.000000000 +0200 +++ lwm.git/lwm.c 2010-03-09 18:34:20.000000000 +0200 @@ -87,8 +87,6 @@ mode = wm_initialising; - setlocale(LC_ALL,""); - /* Open a connection to the X server. */ dpy = XOpenDisplay(NULL); if (dpy == 0)