[Nagiosplug-checkins] nagiosplug/plugins check_load.c,1.28,1.29
M. Sean Finney
seanius at users.sourceforge.net
Mon Jun 27 19:28:13 CEST 2005
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25186
Modified Files:
check_load.c
Log Message:
set LC_NUMERIC to POSIX in check_load (1164325)
Index: check_load.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_load.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- check_load.c 28 May 2005 01:21:54 -0000 1.28
+++ check_load.c 28 Jun 2005 02:26:18 -0000 1.29
@@ -100,6 +100,7 @@
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);
+ setlocale(LC_NUMERIC, "POSIX");
if (process_arguments (argc, argv) == ERROR)
usage4 (_("Could not parse arguments"));
More information about the Commits
mailing list