]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1088 v7.4.1088
authorBram Moolenaar <Bram@vim.org>
Tue, 12 Jan 2016 20:00:40 +0000 (21:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 Jan 2016 20:00:40 +0000 (21:00 +0100)
commit7ae4fbca552c972eb3645ece02a2807e517610d7
treec8c3cb0486f581f0e98818cef008ca7b3147a623
parentd79e55016cf8268cee935f1ac3b5b28712d1399e
patch 7.4.1088
Problem:    Coverity warns for uninitialized variables.  Only one is an actual
            problem.
Solution:   Move the conditions.  Don't use endpos if handling an error.
src/ops.c
src/version.c