commit | e1704bada4554f4edc95ac6be50144dd7b95332b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 03 18:25:00 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 03 18:25:00 2012 +0200 |
tree | a9e9a1fd34a6ed5ba126b8dfc4ecd45dfedff394 | |
parent | b213da0b5742c6615837436ef4f75a416a534f06 [diff] [blame] |
updated for version 7.3.677 Problem: buf_spname() is used inconsistently. Solution: Make the return type a char_u pointer. Check the size of the returned string.
diff --git a/src/version.c b/src/version.c index 38f1324..e0bff53 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 677, +/**/ 676, /**/ 675,