From f52516b1d4d2ca5fece3a88941dedbabc19036df Mon Sep 17 00:00:00 2001 From: victor Date: Sat, 8 Nov 2003 04:17:06 +0000 Subject: =?UTF-8?q?fix=20=E8=A8=B1=E6=88=90=E5=8A=9F=E8=93=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://opensvn.csie.org/pttbbs/trunk@1306 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pttbbs/mbbsd/board.c b/pttbbs/mbbsd/board.c index fe84ce3a..10233267 100644 --- a/pttbbs/mbbsd/board.c +++ b/pttbbs/mbbsd/board.c @@ -1391,7 +1391,7 @@ choose_board(int newflag) case 'Z': if (HAS_PERM(PERM_BASIC)) { char genbuf[256]; - sprintf(genbuf, "確定要 %s訂閱 新看板? [N/y] ", cuser.uflag2 & FAVNEW_FLAG ? "取消" : ""); + sprintf(genbuf, "確定要 %s訂閱\ 新看板? [N/y] ", cuser.uflag2 & FAVNEW_FLAG ? "取消" : ""); if (getans(genbuf) != 'y') break; -- cgit v1.2.3