forked from aniani/vim
Fix compiler warning.
This commit is contained in:
@@ -911,7 +911,7 @@ do_tag(tag, type, count, forceit, verbose)
|
|||||||
dict_add_nr_str(dict, "pattern", 0L, cmd);
|
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);
|
set_errorlist(curwin, list, ' ', IObuff);
|
||||||
|
|
||||||
list_free(list, TRUE);
|
list_free(list, TRUE);
|
||||||
|
Reference in New Issue
Block a user