mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
Avoid warnings from the clang compiler. (Dominique Pelle)
This commit is contained in:
@@ -5082,7 +5082,7 @@ write_viminfo_bufferlist(fp)
|
||||
set_last_cursor(curwin);
|
||||
#endif
|
||||
|
||||
fprintf(fp, _("\n# Buffer list:\n"));
|
||||
fputs(_("\n# Buffer list:\n"), fp);
|
||||
for (buf = firstbuf; buf != NULL ; buf = buf->b_next)
|
||||
{
|
||||
if (buf->b_fname == NULL
|
||||
|
Reference in New Issue
Block a user