comparison src/version.c @ 6216:f1ba154c3a12 v7.4.443

updated for version 7.4.443 Problem: Error reported by ubsan when running test 72. Solution: Add type cast to unsigned. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 11 Sep 2014 22:50:09 +0200
parents 8c3c067b4ae3
children d4cc9f48d5a4
comparison
equal deleted inserted replaced
6215:cd7c730a3d42 6216:f1ba154c3a12
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 443,
744 /**/ 746 /**/
745 442, 747 442,
746 /**/ 748 /**/
747 441, 749 441,
748 /**/ 750 /**/