summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index b01ae39e..6e9aeecb 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1837,7 +1837,7 @@ del_post(int ent, fileheader_t * fhdr, char *direct)
cancelpost(fhdr, not_owned, newpath);
if(fhdr->filemode & FILE_ANONYMOUS)
- num = getuser(fhdr->money);
+ num = fhdr->money;
else
num = searchuser(fhdr->owner);
#ifdef ASSESS