summaryrefslogtreecommitdiffstats
path: root/mbbsd/record.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/record.c')
-rw-r--r--mbbsd/record.c4
1 files changed, 2 insertions, 2 deletions
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.