Skip to content

Commit

Permalink
Merge pull request #1261 from pi-hole/development
Browse files Browse the repository at this point in the history
Pi-hole FTL v5.12.1
  • Loading branch information
PromoFaux authored Dec 24, 2021
2 parents 83a950b + 8a11adb commit 3b7bd2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dnsmasq/dnsmasq.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ int main_dnsmasq (int argc, char **argv)

#if defined(HAVE_IDN) || defined(HAVE_LIBIDN2) || defined(LOCALEDIR)
setlocale(LC_ALL, "");
/*** Pi-hole modification ***/
setlocale(LC_NUMERIC, "C");
/****************************/
#endif
#ifdef LOCALEDIR
bindtextdomain("dnsmasq", LOCALEDIR);
Expand Down

0 comments on commit 3b7bd2c

Please sign in to comment.