comparison src/version.c @ 21194:afed2045ffc9 v8.2.1148

patch 8.2.1148: warning for using int instead of size_t Commit: https://github.com/vim/vim/commit/cbb6bdcd8967edc8ad123746d27ec30ccc7c1718 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 6 21:53:17 2020 +0200 patch 8.2.1148: warning for using int instead of size_t Problem: Warning for using int instead of size_t. Solution: Change "len" argument to size_t. (Mike Williams)
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Jul 2020 22:00:04 +0200
parents 0016cba920ef
children f45ce1ce284c
comparison
equal deleted inserted replaced
21193:a762b2e4e72b 21194:afed2045ffc9
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1148,
757 /**/ 759 /**/
758 1147, 760 1147,
759 /**/ 761 /**/
760 1146, 762 1146,
761 /**/ 763 /**/