summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-03 21:19:04 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-03 21:19:04 +0200
commit8064e10246b88178dcbc0a0012248a8c17981a83 (patch)
tree33d805d027f4bec3410aef5c291cf99cebda79a4 /main.c
parent190d8250cdd26126eae99daf360c318d25516906 (diff)
fixed LC_NUMERIC locale issues
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index e26ce0bf..dd6e9503 100644
--- a/main.c
+++ b/main.c
@@ -430,6 +430,7 @@ int
main (int argc, char *argv[]) {
//u8_lc_map_test ();
//return -1;
+ setlocale (LC_ALL, "");
setlocale (LC_NUMERIC, "C");
fprintf (stderr, "starting deadbeef " VERSION "\n");
srand (time (NULL));