commit | 4c7b2f50fd6590c9b98d896978515edf0bf142bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 19 18:03:28 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 19 18:03:28 2014 +0100 |
tree | 3920902d0ebe14a0cf0390b88f39aa7ad2b5da4f | |
parent | 06e7ce1a013535b11d5454630cc1770ef21ea461 [diff] [blame] |
updated for version 7.4.522 Problem: Specifying wrong buffer size for GetLongPathName(). Solution: Use the actual size. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 758c686..7a86692 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 522, +/**/ 521, /**/ 520,