From 807cb49589fc868ebe470807e5bef7228568e53f Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 13 Apr 2008 08:26:37 +0000 Subject: - make safe_delete display better git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4155 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/record.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbbsd/record.c b/mbbsd/record.c index 7f5b95b4..3f93820f 100644 --- a/mbbsd/record.c +++ b/mbbsd/record.c @@ -395,7 +395,7 @@ set_safedel_fhdr(fileheader_t *fhdr) "%s [%s]", STR_SAFEDEL_TITLE, cuser.userid); } else { snprintf(fhdr->title, sizeof(fhdr->title), - "%s [%s/%s]", STR_SAFEDEL_TITLE, fhdr->owner, cuser.userid); + "%s [%s](d:%s)", STR_SAFEDEL_TITLE, fhdr->owner, cuser.userid); } // snprintf(fhdr->title, sizeof(fhdr->title), "%s", STR_SAFEDEL_TITLE); strcpy(fhdr->filename, FN_SAFEDEL); -- cgit v1.2.3