aboutsummaryrefslogtreecommitdiff
path: root/src/driver/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/main.c')
-rw-r--r--src/driver/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver/main.c b/src/driver/main.c
index dd2a040f..eb0a3dcb 100644
--- a/src/driver/main.c
+++ b/src/driver/main.c
@@ -76,6 +76,7 @@ main(int argc, char* argv[])
openaxiom_driver driver =
openaxiom_preprocess_arguments(&command, argc, argv);
+ putenv("LC_ALL=C");
setlocale(LC_ALL, "");
switch (driver) {
case openaxiom_null_driver: