]> granicus.if.org Git - vim/commit
patch 8.2.3999: redundant check for NUL byte v8.2.3999
authorzeertzjq <zeertzjq@outlook.com>
Tue, 4 Jan 2022 16:22:52 +0000 (16:22 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 4 Jan 2022 16:22:52 +0000 (16:22 +0000)
commitc024ed9233feac4c8da7394a62bb50474803514f
tree8bf4ce71bd65534566b8f27f71fce88cca83d9b1
parent48824e952f7db8ca657fe20e66456fc19fca6815
patch 8.2.3999: redundant check for NUL byte

Problem:    Redundant check for NUL byte.
Solution:   Remove the check for a NUL byte. (closes #9471)
src/ex_docmd.c
src/version.c