commit | 69aa099641616268bfcde9dc3aa313c677846b12 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 17 22:33:53 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 17 22:33:53 2016 +0200 |
tree | 7c2b1cfab0dac20716f11985f11cafe3d8d2782c | |
parent | 4f5c5f29806e53251b7a7b68ce7de86a21ff8015 [diff] [blame] |
patch 7.4.2065 Problem: Compiler warns for uninitialzed variable. (John Marriott) Solution: Set lnum to the right value.
diff --git a/src/version.c b/src/version.c index e1fcaca..8ebd309 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2065, +/**/ 2064, /**/ 2063,