locale update
Anselm R Garbe garbeam@gmail.com
Mon, 30 Jun 2008 09:57:45 +0100
1 files changed,
3 insertions(+),
1 deletions(-)
jump to
M
dwm.c
→
dwm.c
@@ -1704,7 +1704,9 @@ eprint("dwm-"VERSION", © 2006-2008 dwm engineers, see LICENSE for details\n");
else if(argc != 1) eprint("usage: dwm [-v]\n"); - setlocale(LC_CTYPE, ""); + if(!setlocale(LC_CTYPE, "") || !XSupportsLocale()) + fprintf(stderr, "warning: no locale support\n"); + if(!(dpy = XOpenDisplay(0))) eprint("dwm: cannot open display\n");