comparison src/version.c @ 2697:6cc8a093e4a9 v7.3.115

updated for version 7.3.115 Problem: Vim can crash when tmpnam() returns NULL. Solution: Check for NULL. (Hong Xu)
author Bram Moolenaar <bram@vim.org>
date Wed, 09 Feb 2011 16:44:51 +0100
parents a041f68d0590
children bb3661a2eccc
comparison
equal deleted inserted replaced
2696:a041f68d0590 2697:6cc8a093e4a9
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 115,
717 /**/ 719 /**/
718 114, 720 114,
719 /**/ 721 /**/
720 113, 722 113,
721 /**/ 723 /**/