commit | 9a920d8c31bc4d267d8790ba0d83b5774316e08f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 01 15:21:02 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 01 15:21:02 2012 +0200 |
tree | 9e3efd2be89a848c17b76251486cf14da09c7e9b | |
parent | 704984ac87979fd20b8ba732df3abd3197814f7f [diff] [blame] |
updated for version 7.3.535 Problem: Many #ifdefs for MB_MAXBYTES. Solution: Also define MB_MAXBYTES without the +multi_byte feature. Fix places where the buffer didn't include space for a NUL byte.
diff --git a/src/version.c b/src/version.c index 9dd4001..773d5b0 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 535, +/**/ 534, /**/ 533,