fixed lint errors

This commit is contained in:
MichaHoffmann
2018-09-24 22:05:01 +02:00
parent 50c22325df
commit 8cb04c2230
7 changed files with 14 additions and 14 deletions

View File

@@ -2504,7 +2504,7 @@ void ex_undolist(exarg_T *eap)
if (uhp->uh_prev.ptr == NULL && uhp->uh_walk != nomark
&& uhp->uh_walk != mark) {
vim_snprintf((char *)IObuff, IOSIZE, "%6ld %7d ",
uhp->uh_seq, changes);
uhp->uh_seq, changes);
u_add_time(IObuff + STRLEN(IObuff), IOSIZE - STRLEN(IObuff),
uhp->uh_time);
if (uhp->uh_save_nr > 0) {