comparison src/version.c @ 30331:ddbac2551dac v9.0.0501

patch 9.0.0501: warning for using uninitialized value in mouse test Commit: https://github.com/vim/vim/commit/18ee0feb5dfbe51993dc715d24cf419ac92ebf92 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 19 11:44:11 2022 +0100 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?)
author Bram Moolenaar <Bram@vim.org>
date Mon, 19 Sep 2022 12:45:04 +0200
parents 8496a2c45962
children fc0830246f49
comparison
equal deleted inserted replaced
30330:4a9a699a2948 30331:ddbac2551dac
697 NULL 697 NULL
698 }; 698 };
699 699
700 static int included_patches[] = 700 static int included_patches[] =
701 { /* Add new patch number below this line */ 701 { /* Add new patch number below this line */
702 /**/
703 501,
702 /**/ 704 /**/
703 500, 705 500,
704 /**/ 706 /**/
705 499, 707 499,
706 /**/ 708 /**/