commit | cd6ee6935811ab223605a3f39a550d26a617867d | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Oct 14 11:29:28 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Oct 14 11:29:28 2023 +0200 |
tree | 33d4a6e4492d4d57214617275084a1edc40e3690 | |
parent | 5ae6f9985ed52aa023baca99793dc5c1d62780c6 [diff] [blame] |
patch 9.0.2021: Coverity complains about change in charset Problem: Coverity complains about change in charset (after v9.0.2017) Solution: check pointer t at index 0 closes: #13322 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index afcdadf..2c93546 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2021, +/**/ 2020, /**/ 2019,