blob: 14a9f789a7706a7e4af9cc09366654b76b02b92a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
http://bugs.gentoo.org/349512
--- driver/xscreensaver.c
+++ driver/xscreensaver.c
@@ -1382,6 +1382,7 @@
struct passwd *spasswd;
int i;
+#if 0
#ifdef ENABLE_NLS
if (!setlocale (LC_ALL, ""))
fprintf (stderr, "locale not supported by C library\n");
@@ -1389,6 +1390,7 @@
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
textdomain (GETTEXT_PACKAGE);
#endif /* ENABLE_NLS */
+#endif
memset(si, 0, sizeof(*si));
global_si_kludge = si; /* I hate C so much... */
|