commit | 030cddc7ec0c3d2fe3969140cd1b92b2f18633c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 04 23:41:42 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 04 23:41:42 2016 +0200 |
tree | b8ecedfd12545ad9b7a1a401ad0b0904570c360a | |
parent | 26b84339fd8766898bcf6a259cbc2e0c38689726 [diff] [blame] |
patch 7.4.2330 Problem: Coverity complains about not checking curwin to be NULL. Solution: Use firstwin to avoid the warning.
diff --git a/src/version.c b/src/version.c index 42eeaa8..31324c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2330, +/**/ 2329, /**/ 2328,