From ba4849655123ccf17feb52aea447a4b52a114928 Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 7 May 2008 18:11:33 +0000 Subject: - improve give_money process and red_envelop writing procedure. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4277 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/record.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd/record.c') diff --git a/mbbsd/record.c b/mbbsd/record.c index 1839a7d1..8618be63 100644 --- a/mbbsd/record.c +++ b/mbbsd/record.c @@ -397,9 +397,9 @@ set_safedel_fhdr(fileheader_t *fhdr) } else if ( strcmp(fhdr->owner, cuser.userid) == 0 ) { - // i'm the one to delete it, or if the owner is corpse. + // i'm the one to delete it snprintf(fhdr->title, sizeof(fhdr->title), - "%s [%s]", STR_SAFEDEL_TITLE, cuser.userid); + "%s [%s]", STR_SAFEDEL_TITLE, fhdr->owner); } else // deleted by BM, system, SYSOP, or other services... // maybe not revealing the names would be better. -- cgit v1.2.3