summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-06-21 06:15:46 +0200
committerBram Moolenaar <Bram@vim.org>2010-06-21 06:15:46 +0200
commita8ffcbbf5d6070380e41b3d0841c3944396a27c0 (patch)
treeb8608922fc9956be229912f1323b0d0a94de526c /src/main.c
parent191e0a2bc7cb4787e19aa1f8c6958b47e05d7882 (diff)
Crypt the swapfile.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f4e1fde195..0f29255864 100644
--- a/src/main.c
+++ b/src/main.c
@@ -595,7 +595,7 @@ main
*/
if (recoverymode && fname == NULL)
{
- recover_names(NULL, TRUE, 0);
+ recover_names(NULL, TRUE, 0, NULL);
mch_exit(0);
}