comparison src/version.c @ 3158:075acc2dccaa v7.3.349

updated for version 7.3.349 Problem: When running out of memory during startup trying to open a swapfile will loop forever. Solution: Let findswapname() set dirp to NULL if out of memory.
author Bram Moolenaar <bram@vim.org>
date Wed, 26 Oct 2011 11:44:18 +0200
parents 4d4a328f199e
children 07956eab189c
comparison
equal deleted inserted replaced
3157:453324d06809 3158:075acc2dccaa
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 349,
717 /**/ 719 /**/
718 348, 720 348,
719 /**/ 721 /**/
720 347, 722 347,
721 /**/ 723 /**/