commit | 059fd01021779ee369c1e55557275f6c349fda9e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 31 14:25:53 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 31 14:25:53 2018 +0100 |
tree | 78a538e6e2b083d8154c37f4633fefe3addf00e6 | |
parent | a172b63ab8661019dba61285a738c8b6b55a33aa [diff] [blame] |
patch 8.0.1443: compiler complains about uninitialized variable Problem: Compiler complains about uninitialized variable. (Tony Mechelynck) Solution: Assign a value to the variable.
diff --git a/src/version.c b/src/version.c index 43e89a2..2c0306d 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1443, +/**/ 1442, /**/ 1441,