comparison src/version.c @ 2122:476336a5ae95 v7.2.404

updated for version 7.2.404 Problem: Pointers for composing characters are not properly initialized. Solution: Compute the size of the pointer, not what it points to. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@zimbu.org>
date Tue, 23 Mar 2010 13:56:59 +0100
parents 20d9fc2f13a4
children b1706a94f9f9
comparison
equal deleted inserted replaced
2121:20d9fc2f13a4 2122:476336a5ae95
679 NULL 679 NULL
680 }; 680 };
681 681
682 static int included_patches[] = 682 static int included_patches[] =
683 { /* Add new patch number below this line */ 683 { /* Add new patch number below this line */
684 /**/
685 404,
684 /**/ 686 /**/
685 403, 687 403,
686 /**/ 688 /**/
687 402, 689 402,
688 /**/ 690 /**/