commit | 7ff8a3cfb6b029f9af1fdf3890e1320cafce5111 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 22 14:39:15 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 22 14:39:15 2018 +0200 |
tree | 59de0f693fdae20226b649198b85fb7a42e22316 | |
parent | 4841a7ccaed57f723016656e9683b587ac91f621 [diff] [blame] |
patch 8.1.0427: MS-Windows GUI: using invalid encoded file name Problem: MS-Windows GUI: using invalid encoded file name. Solution: Drop the file name and return NULL. (Ken Takata, closes #3467)
diff --git a/src/version.c b/src/version.c index 480c1ab..88163a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 427, +/**/ 426, /**/ 425,