diff options
-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 | ||