aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/check_procs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c
index 3f40e087..b866ac2c 100644
--- a/plugins/check_procs.c
+++ b/plugins/check_procs.c
@@ -116,6 +116,7 @@ main (int argc, char **argv)
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
+ setlocale(LC_NUMERIC, "POSIX");
input_buffer = malloc (MAX_INPUT_BUFFER);
procprog = malloc (MAX_INPUT_BUFFER);