[Nagiosplug-checkins] nagiosplug/plugins check_procs.c,1.46,1.47

M. Sean Finney seanius at users.sourceforge.net
Thu Feb 16 22:25:06 CET 2006


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5468

Modified Files:
	check_procs.c 
Log Message:
set LC_NUMERIC to POSIX in check_procs.c

Index: check_procs.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_procs.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- check_procs.c	15 Sep 2005 08:27:58 -0000	1.46
+++ check_procs.c	17 Feb 2006 06:24:53 -0000	1.47
@@ -116,6 +116,7 @@
 	setlocale (LC_ALL, "");
 	bindtextdomain (PACKAGE, LOCALEDIR);
 	textdomain (PACKAGE);
+	setlocale(LC_NUMERIC, "POSIX");
 
 	input_buffer = malloc (MAX_INPUT_BUFFER);
 	procprog = malloc (MAX_INPUT_BUFFER);





More information about the Commits mailing list