commit | e21c1580b7acb598a6e3c38565434fe5d0e2ad7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 02 11:57:09 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 02 11:57:09 2019 +0100 |
tree | 8c5cdc08fc2693ac8476825711cff24cb1b97aa5 | |
parent | bdace838c67c1bd94e55e34270a8325933891466 [diff] [blame] |
patch 8.1.0990: floating point exception with "%= 0" and "/= 0" Problem: Floating point exception with "%= 0" and "/= 0". Solution: Avoid dividing by zero. (Dominique Pelle, closes #4058)
diff --git a/src/version.c b/src/version.c index 1396574..f9fea1c 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 990, +/**/ 989, /**/ 988,