]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1443: compiler complains about uninitialized variable v8.0.1443
authorBram Moolenaar <Bram@vim.org>
Wed, 31 Jan 2018 13:25:53 +0000 (14:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 31 Jan 2018 13:25:53 +0000 (14:25 +0100)
commit059fd01021779ee369c1e55557275f6c349fda9e
tree78a538e6e2b083d8154c37f4633fefe3addf00e6
parenta172b63ab8661019dba61285a738c8b6b55a33aa
patch 8.0.1443: compiler complains about uninitialized variable

Problem:    Compiler complains about uninitialized variable. (Tony Mechelynck)
Solution:   Assign a value to the variable.
src/undo.c
src/version.c