commit | 8c83ac3d83970bc918fa788b2c820240fca113a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 17:34:43 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 17:34:43 2010 +0100 |
tree | 36070a7fede64dcd3e4c6501b4d656c78ce46aca | |
parent | 175aa248463caa78677495440901e6e9504066fc [diff] [blame] |
updated for version 7.2.365 Problem: MS-Windows with MingW: "File->Save As" does not work. (John Marriott) Solution: Correctly fill in structure size. (Andy Kittner)
diff --git a/src/version.c b/src/version.c index 15a870d..0b4206e 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 365, +/**/ 364, /**/ 363,