commit | b6c2e9a010ebd7db586081957e634903d4972fa1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 30 21:37:51 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 30 21:37:51 2021 +0200 |
tree | 0060fb0ded71919735a9058173ef5aa5523a4845 | |
parent | 4934ed34c3e2090d1963c89c629cd3ce81d3ecd1 [diff] [blame] |
patch 8.2.2820: session file may divide by zero Problem: Session file may divide by zero. Solution: Avoid writing difide by zero. (closes #8162)
diff --git a/src/version.c b/src/version.c index b1ba0a1..ed632f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2820, +/**/ 2819, /**/ 2818,