mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
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:
parent
bc9840f663
commit
42050b45f2
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue