commit | ec0f50a35e207e01ff54cef954313030e3ab42a6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 10 23:26:13 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 10 23:26:13 2019 +0100 |
tree | 9ef2884ff4af33ad409087fd936d61d16f0cb91e | |
parent | dce1e89be4675bcdbc9785584d3da25295481e63 [diff] [blame] |
patch 8.1.0895: MS-Windows: dealing with temp name encoding not quite right Problem: MS-Windows: dealing with temp name encoding not quite right. Solution: Use more wide functions. (Ken Takata, closes #3921)
diff --git a/src/version.c b/src/version.c index 2563561..33353ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 895, +/**/ 894, /**/ 893,