summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-25 02:24:22 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-25 02:24:22 +0800
commit2aed4fa0ea1d611cd75402562ea2564bbd223ede (patch)
treef6054c428a68f062497748eaa4e877804979ebf9 /mbbsd/board.c
parent165c4b5c6acdf9a3888bc1b1f20b08e36eff2539 (diff)
downloadpttbbs-2aed4fa0ea1d611cd75402562ea2564bbd223ede.tar
pttbbs-2aed4fa0ea1d611cd75402562ea2564bbd223ede.tar.gz
pttbbs-2aed4fa0ea1d611cd75402562ea2564bbd223ede.tar.bz2
pttbbs-2aed4fa0ea1d611cd75402562ea2564bbd223ede.tar.lz
pttbbs-2aed4fa0ea1d611cd75402562ea2564bbd223ede.tar.xz
pttbbs-2aed4fa0ea1d611cd75402562ea2564bbd223ede.tar.zst
pttbbs-2aed4fa0ea1d611cd75402562ea2564bbd223ede.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@203 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 4aee2307..31569639 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1,4 +1,4 @@
-/* $Id: board.c,v 1.11 2002/05/24 18:16:05 ptt Exp $ */
+/* $Id: board.c,v 1.12 2002/05/24 18:24:22 ptt Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -621,8 +621,8 @@ static void show_brdlist(int head, int clsflag, int newflag) {
prints("\033[31mHOT\033[m");
else if(ptr->bh->nuser)
prints("\033[31m%2d\033[m ",ptr->bh->nuser);
- else prints(" %c ", ptr->bh->bvote? " ":"V");
- prints(".13s", ptr->bh->BM);
+ else prints(" %c ", ptr->bh->bvote? ' ':'V');
+ prints("%.13s", ptr->bh->BM);
refresh();
} else {
prints("%-40.40s %.13s", ptr->bh->title + 7, ptr->bh->BM);