From 2eb09c826d7afba38331b4001db709df9c633894 Mon Sep 17 00:00:00 2001 From: watiko Date: Mon, 15 Feb 2016 14:17:35 +0900 Subject: vim-patch:7.4.878 #4258 Problem: Coverity error for clearing only one byte of struct. Solution: Clear the whole struct. (Dominique Pelle) https://github.com/vim/vim/commit/69b67f7e774dc212e8c97495ee81c601b8a89ac2 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index d0ccd7e6a5..3d299bbc8d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -412,7 +412,7 @@ static int included_patches[] = { 881, // 880 NA 879, - // 878, + 878, 877, // 876 NA // 875 NA -- cgit