comparison src/version.c @ 2760:7fb8cdb9cb25 v7.3.156

updated for version 7.3.156 Problem: Tty names possibly left unterminated. Solution: Use vim_strncpy() instead of strncpy().
author Bram Moolenaar <bram@vim.org>
date Mon, 11 Apr 2011 14:24:37 +0200
parents 5747cd65d62b
children 9a98d8562637
comparison
equal deleted inserted replaced
2759:93dbf15aa8ac 2760:7fb8cdb9cb25
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 156,
717 /**/ 719 /**/
718 155, 720 155,
719 /**/ 721 /**/
720 154, 722 154,
721 /**/ 723 /**/