mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
12 lines
336 B
C
12 lines
336 B
C
--- ./plugins/check_http.c.orig 2019-10-12 15:42:56.946955000 +0200
|
|
+++ ./plugins/check_http.c 2019-10-12 15:42:56.948282000 +0200
|
|
@@ -152,7 +152,7 @@
|
|
{
|
|
int result = STATE_UNKNOWN;
|
|
|
|
- setlocale (LC_ALL, "");
|
|
+ setlocale (LC_ALL, ""); setlocale(LC_NUMERIC, "C");
|
|
bindtextdomain (PACKAGE, LOCALEDIR);
|
|
textdomain (PACKAGE);
|
|
|