summaryrefslogtreecommitdiffstats
path: root/mbbsd/merge.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/merge.c')
-rw-r--r--mbbsd/merge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/merge.c b/mbbsd/merge.c
index 7f1988dc..6a75328c 100644
--- a/mbbsd/merge.c
+++ b/mbbsd/merge.c
@@ -193,7 +193,7 @@ m_fpg_brd(char *bname, char *fromdir)
sprintf(buf, "mv fpg/home/bbs/man/boards/%s man/boards/%c/%s", fbname,
bname[0], bname);
system(buf);
- sprintf(fh.title, "%s 精華區", fbname);
+ sprintf(fh.title, "◆ %s 精華區", fbname);
sprintf(fh.filename, fbname);
sprintf(fh.owner, cuser.userid);
sprintf(buf, "man/boards/%c/%s/.DIR", bname[0], bname);