commit | 18ee0feb5dfbe51993dc715d24cf419ac92ebf92 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 19 11:44:11 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 19 11:44:11 2022 +0100 |
tree | 0a51383e2d7be90622cae2058c864d3e4dbd71a8 | |
parent | b2f0ca820eae50994745106d824e215d87bd7926 [diff] [blame] |
patch 9.0.0501: warning for using uninitialized value in mouse test Problem: Warning for using uninitialized value in mouse test. Solution: Clear ScreenCols when allocating it. (Dominique Pellé)
diff --git a/src/version.c b/src/version.c index a167c38..46e7099 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 501, +/**/ 500, /**/ 499,