comparison src/version.c @ 6795:adb3699fa30c v7.4.719

patch 7.4.719 Problem: Overflow when adding MAXCOL to a pointer. Solution: Subtract pointers instead. (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Mon, 04 May 2015 16:10:26 +0200
parents e1d59836eecc
children 56a735cff1a0
comparison
equal deleted inserted replaced
6794:0598637d7276 6795:adb3699fa30c
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 719,
744 /**/ 746 /**/
745 718, 747 718,
746 /**/ 748 /**/
747 717, 749 717,
748 /**/ 750 /**/