comparison src/version.c @ 3839:8115f449a574 v7.3.677

updated for version 7.3.677 Problem: buf_spname() is used inconsistently. Solution: Make the return type a char_u pointer. Check the size of the returned string.
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Oct 2012 18:25:00 +0200
parents 5309996ddced
children de253f606048
comparison
equal deleted inserted replaced
3838:949bd4cef950 3839:8115f449a574
717 NULL 717 NULL
718 }; 718 };
719 719
720 static int included_patches[] = 720 static int included_patches[] =
721 { /* Add new patch number below this line */ 721 { /* Add new patch number below this line */
722 /**/
723 677,
722 /**/ 724 /**/
723 676, 725 676,
724 /**/ 726 /**/
725 675, 727 675,
726 /**/ 728 /**/