diff options
Diffstat (limited to 'plugins/check_load.c')
-rw-r--r-- | plugins/check_load.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_load.c b/plugins/check_load.c index 9625036d..21627fee 100644 --- a/plugins/check_load.c +++ b/plugins/check_load.c @@ -100,6 +100,7 @@ main (int argc, char **argv) setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); + setlocale(LC_NUMERIC, "POSIX"); if (process_arguments (argc, argv) == ERROR) usage4 (_("Could not parse arguments")); |