Browse Source

locale update

master
Anselm R Garbe 16 years ago
parent
commit
2431ae7df7
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      dwm.c

+ 3
- 1
dwm.c View File

@ -1704,7 +1704,9 @@ main(int argc, char *argv[]) {
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");


Loading…
Cancel
Save