1
0
forked from aniani/vim
Files
vim/src/fileio.c
Bram Moolenaar 97a6c6a1fb patch 8.2.2828: Coverity complains about not checking rename() return value
Problem:    Coverity complains about not checking the rename() return value.
Solution:   Add "(void)", can't do anything in case of a failure.
2021-05-03 19:49:51 +02:00

136 KiB