commit | 9e8dcf9d6fa15523800005a32d40cf0382178ab0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 31 21:35:45 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 31 21:35:45 2017 +0200 |
tree | 6e5e9f22efaf70138f176affbb855cf151169b27 | |
parent | da73253a0b908bad03ddcd625fe3fb32008efbf6 [diff] [blame] |
patch 8.0.1030: MS-Windows: wrong size computation in is_cygpty() Problem: MS-Windows: wrong size computation in is_cygpty(). Solution: Compute the size properly. (Ken Takata)
diff --git a/src/version.c b/src/version.c index fbf175e..d5257a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1030, +/**/ 1029, /**/ 1028,