summaryrefslogtreecommitdiff
path: root/vchat-client.c
diff options
context:
space:
mode:
authorerdgeist <>2010-08-27 13:24:16 +0000
committererdgeist <>2010-08-27 13:24:16 +0000
commitf2ac28407ad81b805dada001b862b2fe130c9dcc (patch)
tree44ab4ed5427ae63072e18e88c0689f71a701b1a0 /vchat-client.c
parentedad5cf6e2b7604204d6246be5fe6b6dd8532fa0 (diff)
Don't force an empty locale on no-one
Diffstat (limited to 'vchat-client.c')
-rwxr-xr-xvchat-client.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/vchat-client.c b/vchat-client.c
index d4caf31..05e0b3d 100755
--- a/vchat-client.c
+++ b/vchat-client.c
@@ -449,10 +449,6 @@ main (int argc, char **argv)
449 int pchar; 449 int pchar;
450 int cmdsunparsed = 1; 450 int cmdsunparsed = 1;
451 451
452#ifndef NO_LOCALE
453 setlocale(LC_ALL,"");
454#endif
455
456 loadconfig (GLOBAL_CONFIG_FILE); 452 loadconfig (GLOBAL_CONFIG_FILE);
457 loadconfig (getstroption (CF_CONFIGFILE)); 453 loadconfig (getstroption (CF_CONFIGFILE));
458 454