summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-12-07 05:01:54 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-12-07 05:01:54 +0800
commit7f978de8ae9803e73a0ac9c3650517341b3f0a76 (patch)
tree9d621692d8335041eac66425c0edda268b216aaa
parent7b84b651c600954696bd48fd4a7dcd3be3231b3d (diff)
downloadpttbbs-7f978de8ae9803e73a0ac9c3650517341b3f0a76.tar
pttbbs-7f978de8ae9803e73a0ac9c3650517341b3f0a76.tar.gz
pttbbs-7f978de8ae9803e73a0ac9c3650517341b3f0a76.tar.bz2
pttbbs-7f978de8ae9803e73a0ac9c3650517341b3f0a76.tar.lz
pttbbs-7f978de8ae9803e73a0ac9c3650517341b3f0a76.tar.xz
pttbbs-7f978de8ae9803e73a0ac9c3650517341b3f0a76.tar.zst
pttbbs-7f978de8ae9803e73a0ac9c3650517341b3f0a76.zip
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1403 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-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