commit | 86eda0780590ea8cac49e2aa3bd50245329d3579 | [log] [tgz] |
---|---|---|
author | Ernie Rael <errael@raelity.com> | Tue Sep 05 07:33:48 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Tue Sep 05 07:33:48 2023 +0200 |
tree | e462bca0680d371251f58d035a91c71519ce0d52 | |
parent | 59adcb4c203371258c72e76011da93eac8540317 [diff] [blame] |
patch 9.0.1869: Coverity warns about unitialized var Problem: Coverity warns about unitialized var Solution: initialize it closes: #13029 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Ernie Rael <errael@raelity.com>
diff --git a/src/version.c b/src/version.c index d986e7b..0010dd5 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1869, +/**/ 1868, /**/ 1867,