Fix compiler warning.

--HG--
branch : vim73
This commit is contained in:
Bram Moolenaar
2010-08-10 09:25:48 +02:00
parent 0b15a03984
commit 0f2e2b513c
+1 -1
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);