]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4613: return type of swapfile_unchanged() is wrong v8.2.4613
authorzeertzjq <zeertzjq@outlook.com>
Wed, 23 Mar 2022 13:54:51 +0000 (13:54 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Mar 2022 13:54:51 +0000 (13:54 +0000)
commit3c5999e53d9f35a30abefb7224f66a75c8ffb009
tree0a84a85aa8d156d6feee967799bf05347bc7aa88
parenta915fa010330ee7212e06d3511acd363d04d2d28
patch 8.2.4613: return type of swapfile_unchanged() is wrong

Problem:    Return type of swapfile_unchanged() is wrong.
Solution:   Use "int". (closes #10000  Yeah!)
src/memline.c
src/version.c