Skip to content

Commit

Permalink
Remove innd description on board list header.
Browse files Browse the repository at this point in the history
  • Loading branch information
hungte committed Jul 16, 2015
1 parent eb57613 commit 9e78c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mbbsd/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -1393,8 +1393,8 @@ show_brdlist(int head, int clsflag, int newflag)
//
// newflag is not so different now because we use all 5 digits.

vbarf(ANSI_REVERSE " %s 看 板 類別 轉信 中 文 敘 述 人氣 板 主",
newflag ? "總數" : "編號");
vbarf(ANSI_REVERSE " %s 看 板 類別 中 文 敘 述"
" 人氣 板 主", newflag ? "總數" : "編號");
move(b_lines, 0);
brdlist_foot();
}
Expand Down

0 comments on commit 9e78c68

Please sign in to comment.