mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 09:48:19 +00:00
*: Fix linter errors
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user