re-add a call to setlocale(LC_ALL, "") in check_ping.c

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1215 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
M. Sean Finney 2005-09-12 11:20:51 +00:00
parent bc9840f663
commit 42050b45f2

View file

@ -71,6 +71,7 @@ main (int argc, char **argv)
int this_result = STATE_UNKNOWN;
int i;
setlocale (LC_ALL, "");
setlocale (LC_NUMERIC, "C");
bindtextdomain (PACKAGE, LOCALEDIR);
textdomain (PACKAGE);