From 7f978de8ae9803e73a0ac9c3650517341b3f0a76 Mon Sep 17 00:00:00 2001 From: ptt Date: Sat, 6 Dec 2003 21:01:54 +0000 Subject: git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1403 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/bbs.c') 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 -- cgit v1.2.3