From 386b3deaab58cbf0f7ef2e7296b8840cfd51d2fc Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 18 Apr 1996 05:18:49 +0000 Subject: [PATCH] dont unlink clash files --- src/store.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/store.cc b/src/store.cc index 1343f8c41f..12ac8b4de5 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ -/* $Id: store.cc,v 1.60 1996/04/17 21:03:15 wessels Exp $ */ -#ident "$Id: store.cc,v 1.60 1996/04/17 21:03:15 wessels Exp $" +/* $Id: store.cc,v 1.61 1996/04/17 23:18:49 wessels Exp $ */ +#ident "$Id: store.cc,v 1.61 1996/04/17 23:18:49 wessels Exp $" /* * DEBUG: Section 20 store @@ -1338,8 +1338,7 @@ static int storeDoRebuildFromDisk(data) data->linecount, sfileno); debug(20, 3, "storeRebuildFromDisk: --> \n", url); - if (opt_unlink_on_reload) - safeunlink(swapfile, 1); + /* don't unlink the file! just skip this log entry */ data->clashcount++; return 1; } -- 2.47.2