diff options
author | erdgeist <> | 2010-08-27 15:16:44 +0000 |
---|---|---|
committer | erdgeist <> | 2010-08-27 15:16:44 +0000 |
commit | c5d4c361213bfe40c57ee591acadfe86b7568b81 (patch) | |
tree | c04ef3e95ee1c6dfefea84f74d6dfc208dd8371d | |
parent | a2e3e32235f40f135e34906db887428a3dc52e5a (diff) |
Reintroduce using user's locale
-rwxr-xr-x | vchat-client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vchat-client.c b/vchat-client.c index c6fa34d..352530e 100755 --- a/vchat-client.c +++ b/vchat-client.c | |||
@@ -446,6 +446,8 @@ main (int argc, char **argv) | |||
446 | int pchar; | 446 | int pchar; |
447 | int cmdsunparsed = 1; | 447 | int cmdsunparsed = 1; |
448 | 448 | ||
449 | setlocale(LC_ALL,""); | ||
450 | |||
449 | loadconfig (GLOBAL_CONFIG_FILE); | 451 | loadconfig (GLOBAL_CONFIG_FILE); |
450 | loadconfig (getstroption (CF_CONFIGFILE)); | 452 | loadconfig (getstroption (CF_CONFIGFILE)); |
451 | 453 | ||