commit | cd981f2e0f00613a63b46e1e6b5227d5993ba994 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 17:06:00 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 17:06:00 2014 +0100 |
tree | 7d5196708805cfbab8d734ca6b732527cc0d1567 | |
parent | 3b5226121ddefaa51c1dbb844bfb7124386fe4a8 [diff] [blame] |
updated for version 7.4.175 Problem: When a wide library function fails, falling back to the non-wide function may do the wrong thing. Solution: Check the platform, when the wide function is supported don't fall back to the non-wide function. (Ken Takata)
diff --git a/src/version.c b/src/version.c index dfecc7c..5fdb924 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 175, +/**/ 174, /**/ 173,