diff options
-rw-r--r-- | pttbbs/mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/bbs.c b/pttbbs/mbbsd/bbs.c index 0670b711..6d3bb323 100644 --- a/pttbbs/mbbsd/bbs.c +++ b/pttbbs/mbbsd/bbs.c @@ -3332,7 +3332,7 @@ view_postinfo(int ent, const fileheader_t * fhdr, const char *direct, int crs_ln /* When the file is anonymous posted, fhdr->multi.anon_uid is author. * see do_general() */ prints("│ 匿名管理編號: %u (同一人號碼會一樣)", - (unsigned int)ifhdr->multi.anon_uid + (unsigned int)currutmp->pid); + (unsigned int)fhdr->multi.anon_uid + (unsigned int)currutmp->pid); else { int m = query_file_money(fhdr); |