Package: lwm / 1.2.2-6

30-lwm.c-locale.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 0fc576e69bc1dcbadacc1e0005c577be50916e3d Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@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.aalto@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)