From 3fc628579b0943f24964eac46985cb2ff90fd27c Mon Sep 17 00:00:00 2001
From: piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>
Date: Thu, 7 Nov 2013 04:08:39 +0000
Subject: Touch safe_delete header as a reference (so we can delete these
 headers smartly in future).

git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5895 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
---
 pttbbs/mbbsd/record.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pttbbs/mbbsd/record.c b/pttbbs/mbbsd/record.c
index 1c96fbbf..442c8d82 100644
--- a/pttbbs/mbbsd/record.c
+++ b/pttbbs/mbbsd/record.c
@@ -282,6 +282,7 @@ set_safedel_fhdr(fileheader_t *fhdr, const char *newtitle)
     strcpy(fhdr->filename, FN_SAFEDEL);
 #endif
     strcpy(fhdr->owner, "-");
+    fhdr->modified = now;
 }
 
 #ifdef SAFE_ARTICLE_DELETE
-- 
cgit v1.2.3