comparison src/version.c @ 16766:d2deaaf21305 v8.1.1385

patch 8.1.1385: signed/unsigned compiler warning commit https://github.com/vim/vim/commit/71de720c2c117137185a6fc233b35aab37f0d4bc Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 24 19:04:29 2019 +0200 patch 8.1.1385: signed/unsigned compiler warning Problem: Signed/unsigned compiler warning. Solution: Use STRLEN() instead of strlen().
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 May 2019 19:15:05 +0200
parents ef00b6bc186b
children 695d9ef00b03
comparison
equal deleted inserted replaced
16765:1dbbc53a7a0b 16766:d2deaaf21305
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1385,
770 /**/ 772 /**/
771 1384, 773 1384,
772 /**/ 774 /**/
773 1383, 775 1383,
774 /**/ 776 /**/