commit | e258368b4fb22fe5fc9bf510ac303a3542ff8e83 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 29 22:29:40 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 29 22:29:40 2020 +0100 |
tree | 4c26635b2ab99d74eeda3d6bb932dfb6c46d98f1 | |
parent | db661fb95dc41b7a9438cf3cd4e77f8410bc81c0 [diff] [blame] |
patch 8.2.0176: generating os headers does not work for Swedish Problem: Generating os headers does not work for Swedish. Solution: Set the locale to C. (Christian Brabandt, closes #5258)
diff --git a/src/version.c b/src/version.c index 0306e47..fbb2ca5 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 176, +/**/ 175, /**/ 174,