comparison src/version.c @ 6130:86fb698a38d5 v7.4.403

updated for version 7.4.403 Problem: Valgrind reports errors when running test 72. (Dominique Pelle) Solution: Reset the local 'cryptmethod' option before storing the seed. Set the seed in the memfile even when there is no block0 yet.
author Bram Moolenaar <bram@vim.org>
date Wed, 13 Aug 2014 21:58:28 +0200
parents 3aa37ad2c4ed
children 0242c27e40e1
comparison
equal deleted inserted replaced
6129:6c3ed76a6e89 6130:86fb698a38d5
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 403,
744 /**/ 746 /**/
745 402, 747 402,
746 /**/ 748 /**/
747 401, 749 401,
748 /**/ 750 /**/