0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

Fix compiler warning.

This commit is contained in:
Bram Moolenaar 2010-08-10 09:25:48 +02:00
parent d54a688130
commit d5ee95f964

View File

@ -911,7 +911,7 @@ do_tag(tag, type, count, forceit, verbose)
dict_add_nr_str(dict, "pattern", 0L, cmd);
}
vim_snprintf(IObuff, IOSIZE, "ltag %s", tag);
vim_snprintf((char *)IObuff, IOSIZE, "ltag %s", tag);
set_errorlist(curwin, list, ' ', IObuff);
list_free(list, TRUE);