commit | 509f8031b2b347c033327ef33f3e5573a0595dbc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 24 23:08:19 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 24 23:08:19 2020 +0200 |
tree | 13ebea0f24d3cca8cae3fca8c6728ef7eb831721 | |
parent | 10476521f51d5902d191f2189307781fc48a3a16 [diff] [blame] |
patch 8.2.1738: Mac: str2float() recognizes comma instead of decimal point Problem: Mac: str2float() recognizes comma instead of decimal point. Solution: Set LC_NUMERIC to "C". (closes #7003)
diff --git a/src/version.c b/src/version.c index 24e30ff..0b3c5f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1738, +/**/ 1737, /**/ 1736,