commit | 51b6eb47b3c41b01a5559b099e65354c8897093e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 22 15:19:18 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 22 15:19:18 2020 +0200 |
tree | cb476aa6fad106ae1b859a7b136b57506b857e4f | |
parent | d70840ed68296c1144d743e6335003c81c558c24 [diff] [blame] |
patch 8.2.1507: using malloc() directly Problem: Using malloc() directly. Solution: Use ALLOC_ONE(). Remove superfluous typecast. (Hussam al-Homsi, closes #6768)
diff --git a/src/version.c b/src/version.c index 575f343..bb1624f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1507, +/**/ 1506, /**/ 1505,