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:
M. Sean Finney 2005-06-28 02:26:18 +00:00
parent d4c0948266
commit 2f904659dc

View file

@ -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"));