summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
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 1b5eb7e1..fb69613b 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1189,7 +1189,7 @@ cross_post(int ent, fileheader_t * fhdr, const char *direct)
*pbname++ = '?';
*/
// mosaic method 2
- strcpy(bname, "某隱形看版");
+ strcpy(bname, "某隱形看板");
} else {
sprintf(bname, "看板 %s", xboard);
}