summaryrefslogtreecommitdiff
path: root/src/cert-checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cert-checker.cpp')
-rw-r--r--src/cert-checker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cert-checker.cpp b/src/cert-checker.cpp
index e754d94..c6e7537 100644
--- a/src/cert-checker.cpp
+++ b/src/cert-checker.cpp
@@ -31,6 +31,7 @@ int main(void)
{
LogDebug("Cert-checker start!");
+ setlocale(LC_ALL, "");
GMainLoop *main_loop = g_main_loop_new(NULL, FALSE);
Logic logic;