diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/chc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/chc.c b/mbbsd/chc.c index f728fe96..49618547 100644 --- a/mbbsd/chc.c +++ b/mbbsd/chc.c @@ -884,7 +884,7 @@ mainloop(int s, chcusr_t *user1, chcusr_t *user2, board_t board, play_func_t pla /* NOTE, 若紅方斷線則無 log */ time_t t=time(NULL); char buf[100]; - sprintf(buf, "%s %s(%d,W%d/D%d/L%d) %s %s(%d,W%d/D%d/W%d)\n", ctime(&t), + sprintf(buf, "%s %s(%d,W%d/D%d/L%d) %s %s(%d,W%d/D%d/L%d)\n", ctime(&t), user1->userid, user1->rating, user1->win, user1->tie, user1->lose, (endgame==3?"和":endgame==1?"勝":"負"), user2->userid, user2->rating, user2->win, user2->tie, user2->lose); |