commit | 8cf51376b842e0060edf08bd2e5bd9933c552ecf | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon May 08 15:31:38 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 08 15:31:38 2023 +0100 |
tree | e98edb7a30d0b40eacbd0281313621351ac9d055 | |
parent | 276410e78f0b82e3123059383994d2f4c578dfbd [diff] [blame] |
patch 9.0.1524: passing -1 for bool is not always rejected Problem: Passing -1 for bool is not always rejected. Solution: Check for error in a better way. (closes #12358)
diff --git a/src/version.c b/src/version.c index 1197ada..4964179 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1524, +/**/ 1523, /**/ 1522,