commit | beb9cb19c660484488a71a25eda46ab0fa579278 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 01 14:14:04 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 01 14:14:04 2017 +0200 |
tree | 2b24a6c30f11b044f33bd791015595a5cbe237b0 | |
parent | 66c0e70b806cd8afdc9da9ddae11945ddf29841a [diff] [blame] |
patch 8.0.0595: Coverity warning for not checking return value Problem: Coverity warning for not checking return value of dict_add(). Solution: Check the return value for FAIL.
diff --git a/src/version.c b/src/version.c index 6e2620d..8895b73 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 595, +/**/ 594, /**/ 593,