commit | 0036201a1a096913840d3df8ff08eb58eaae90a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 08 12:21:30 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 08 12:21:30 2019 +0100 |
tree | a7fa6a443550f18aa7124e440d24927601dab847 | |
parent | a02e3f65c52a2c8c987e7dcac5df1f8db9a7b0de [diff] [blame] |
patch 8.1.0879: MS-Windows: temp name encoding can be wrong Problem: MS-Windows: temp name encoding can be wrong. Solution: Convert from active code page to 'encoding'. (Ken Takata, closes #3520, closes #1698)
diff --git a/src/version.c b/src/version.c index 6a8ba37..f1205f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 879, +/**/ 878, /**/ 877,