mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
set LC_NUMERIC to POSIX in check_load (1164325)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1195 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
d4c0948266
commit
2f904659dc
1 changed files with 1 additions and 0 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue