diff options
-rw-r--r-- | pttbbs/mbbsd/record.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |