summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-06-12 22:59:46 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-06-12 22:59:46 +0800
commited870cef48392b5006d413b043589eb866988a87 (patch)
treeb6dc781083029411b9c490eccf48aede211e5797 /mbbsd/bbs.c
parentb1742a061cfe32ebd4619a8f8a91812eaaf58bc0 (diff)
downloadpttbbs-ed870cef48392b5006d413b043589eb866988a87.tar
pttbbs-ed870cef48392b5006d413b043589eb866988a87.tar.gz
pttbbs-ed870cef48392b5006d413b043589eb866988a87.tar.bz2
pttbbs-ed870cef48392b5006d413b043589eb866988a87.tar.lz
pttbbs-ed870cef48392b5006d413b043589eb866988a87.tar.xz
pttbbs-ed870cef48392b5006d413b043589eb866988a87.tar.zst
pttbbs-ed870cef48392b5006d413b043589eb866988a87.zip
revise brc interface and its document.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3542 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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 cf7ad993..ba75286c 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -303,7 +303,7 @@ readdoent(int num, fileheader_t * ent)
char *mark, *title,
color, special = 0, isonline = 0, recom[8];
userinfo_t *uentp;
- type = brc_unread(ent->filename, brc_num, brc_list) ? '+' : ' ';
+ type = brc_unread(currbid, ent->filename) ? '+' : ' ';
if ((currmode & MODE_BOARD) && (ent->filemode & FILE_DIGEST))
type = (type == ' ') ? '*' : '#';
else if (currmode & MODE_BOARD || HasUserPerm(PERM_LOGINOK)) {