commit | 3832c466d7fdfce3cb3e1131d64f776a06bb7d00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 04 15:32:46 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 04 15:32:46 2010 +0200 |
tree | 858423e5eb28ae884f3864e971ca059afcc2abd2 | |
parent | f9bb734367d9a706cc53cc30bbcb3544bfb16cc5 [diff] [blame] |
Fix: when setting crypt key seed was not updated when the swap file wasn't created yet.
diff --git a/src/memline.c b/src/memline.c index ce15926..16b3b35 100644 --- a/src/memline.c +++ b/src/memline.c
@@ -478,7 +478,7 @@ blocknr_T bnum; int top; - if (mfp == NULL || mfp->mf_fd < 0) + if (mfp == NULL) return; /* no memfile yet, nothing to do */ /* Set the key, method and seed to be used for reading, these must be the