From 7cf467de869336579256b535fa605b0aa53b991c Mon Sep 17 00:00:00 2001 From: scw Date: Mon, 15 Aug 2005 09:15:20 +0000 Subject: gomoku and go logging update git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3037 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/chess.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mbbsd/chess.c') 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); -- cgit v1.2.3