comparison src/version.c @ 6104:d3a674f6c737 v7.4.390

updated for version 7.4.390 Problem: Advancing pointer over end of a string. Solution: Init quote character to -1 instead of zero. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Aug 2014 12:49:18 +0200
parents 3d206df5c828
children f051e50a6a5f
comparison
equal deleted inserted replaced
6103:4d94c8a6758a 6104:d3a674f6c737
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 390,
737 /**/ 739 /**/
738 389, 740 389,
739 /**/ 741 /**/
740 388, 742 388,
741 /**/ 743 /**/