projects
/
flex
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
366d53f
)
add call to setlocale for ctype as per debian patchset
author
Will Estes
<wlestes@users.sourceforge.net>
Sat, 14 Apr 2007 12:27:58 +0000
(12:27 +0000)
committer
Will Estes
<wlestes@users.sourceforge.net>
Sat, 14 Apr 2007 12:27:58 +0000
(12:27 +0000)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index c4e79233bd2699e106535bd45ad9faec45260ec4..5fae7ab846069e7a6863288723a76c911409fa90 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-213,6
+213,7
@@
int main (argc, argv)
#if ENABLE_NLS
#if HAVE_LOCALE_H
setlocale (LC_MESSAGES, "");
+ setlocale (LC_CTYPE, "");
textdomain (PACKAGE);
bindtextdomain (PACKAGE, LOCALEDIR);
#endif