summaryrefslogtreecommitdiffstats
path: root/plugins/check_procs.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_procs.c')
-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 3f40e08..b866ac2 100644
--- a/plugins/check_procs.c
+++ b/plugins/check_procs.c
@@ -116,6 +116,7 @@ main (int argc, char **argv)
116 setlocale (LC_ALL, ""); 116 setlocale (LC_ALL, "");
117 bindtextdomain (PACKAGE, LOCALEDIR); 117 bindtextdomain (PACKAGE, LOCALEDIR);
118 textdomain (PACKAGE); 118 textdomain (PACKAGE);
119 setlocale(LC_NUMERIC, "POSIX");
119 120
120 input_buffer = malloc (MAX_INPUT_BUFFER); 121 input_buffer = malloc (MAX_INPUT_BUFFER);
121 procprog = malloc (MAX_INPUT_BUFFER); 122 procprog = malloc (MAX_INPUT_BUFFER);