summaryrefslogtreecommitdiffstats
path: root/mbbsd/chess.c
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-15 17:15:20 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-15 17:15:20 +0800
commit7cf467de869336579256b535fa605b0aa53b991c (patch)
tree4d66cef7000f24e060e4f970dfeb9842da83b290 /mbbsd/chess.c
parent98f0f5e0a45c6771ce43d69a13aa9b9ecce3faf9 (diff)
downloadpttbbs-7cf467de869336579256b535fa605b0aa53b991c.tar
pttbbs-7cf467de869336579256b535fa605b0aa53b991c.tar.gz
pttbbs-7cf467de869336579256b535fa605b0aa53b991c.tar.bz2
pttbbs-7cf467de869336579256b535fa605b0aa53b991c.tar.lz
pttbbs-7cf467de869336579256b535fa605b0aa53b991c.tar.xz
pttbbs-7cf467de869336579256b535fa605b0aa53b991c.tar.zst
pttbbs-7cf467de869336579256b535fa605b0aa53b991c.zip
gomoku and go logging update
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3037 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/chess.c')
-rw-r--r--mbbsd/chess.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/chess.c b/mbbsd/chess.c
index 1b585f12..255f1ed6 100644
--- a/mbbsd/chess.c
+++ b/mbbsd/chess.c
@@ -704,8 +704,7 @@ ChessGenLogGlobal(ChessInfo* info, ChessGameResult result)
fclose(fp);
strlcpy(log_header.owner, "[´ÑÃо÷¾¹¤H]", sizeof(log_header.owner));
- snprintf(log_header.title, sizeof(log_header.title),
- ANSI_COLOR(37;41) "´ÑÃÐ" ANSI_RESET " %s VS %s",
+ snprintf(log_header.title, sizeof(log_header.title), "[´ÑÃÐ] %s VS %s",
info->user1.userid, info->user2.userid);
setbdir(buf, info->constants->log_board);