summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_load.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_load.c b/plugins/check_load.c
index 9625036..21627fe 100644
--- a/plugins/check_load.c
+++ b/plugins/check_load.c
@@ -100,6 +100,7 @@ main (int argc, char **argv)
100 setlocale (LC_ALL, ""); 100 setlocale (LC_ALL, "");
101 bindtextdomain (PACKAGE, LOCALEDIR); 101 bindtextdomain (PACKAGE, LOCALEDIR);
102 textdomain (PACKAGE); 102 textdomain (PACKAGE);
103 setlocale(LC_NUMERIC, "POSIX");
103 104
104 if (process_arguments (argc, argv) == ERROR) 105 if (process_arguments (argc, argv) == ERROR)
105 usage4 (_("Could not parse arguments")); 106 usage4 (_("Could not parse arguments"));