comparison src/version.c @ 2663:fd3346e3ccc0 v7.3.082

updated for version 7.3.082 Problem: Leaking file descriptor when hostname doesn't exist. Solution: Remove old debugging lines.
author Bram Moolenaar <bram@vim.org>
date Fri, 17 Dec 2010 12:19:21 +0100
parents a03f7551bacc
children 033e7b49356c
comparison
equal deleted inserted replaced
2662:916c90b37ea9 2663:fd3346e3ccc0
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 82,
717 /**/ 719 /**/
718 81, 720 81,
719 /**/ 721 /**/
720 80, 722 80,
721 /**/ 723 /**/