*: Fix linter errors

This commit is contained in:
ZyX
2017-02-15 03:15:47 +03:00
parent efa2682e3b
commit 095e6cc2e0
16 changed files with 148 additions and 141 deletions

View File

@@ -542,7 +542,7 @@ static void discard_exception(except_T *excp, int was_finished)
} else {
verbose_leave();
}
STRNCPY(IObuff, saved_IObuff, IOSIZE);
xstrlcpy((char *)IObuff, (const char *)saved_IObuff, IOSIZE);
xfree(saved_IObuff);
}
if (excp->type != ET_INTERRUPT)