comparison src/version.c @ 6262:452e8b2a0ab3 v7.4.465

updated for version 7.4.465 Problem: Crash when expanding a very long string. Solution: Use wsncpy() instead of wcscpy(). (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Tue, 07 Oct 2014 10:38:40 +0200
parents 74c65620c985
children 521c49b6de9d
comparison
equal deleted inserted replaced
6261:c6c1572a1dba 6262:452e8b2a0ab3
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 465,
744 /**/ 746 /**/
745 464, 747 464,
746 /**/ 748 /**/
747 463, 749 463,
748 /**/ 750 /**/