summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-11-16 11:11:54 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-11-16 11:11:54 +0800
commit1a137287e0a2328885e0fc52272819bed30f3208 (patch)
tree2bb56351775567c74db70ea92adc556afa750896
parent75d0bfb1224e390df71a2bc76df7c9654f51b26c (diff)
downloadpttbbs-1a137287e0a2328885e0fc52272819bed30f3208.tar
pttbbs-1a137287e0a2328885e0fc52272819bed30f3208.tar.gz
pttbbs-1a137287e0a2328885e0fc52272819bed30f3208.tar.bz2
pttbbs-1a137287e0a2328885e0fc52272819bed30f3208.tar.lz
pttbbs-1a137287e0a2328885e0fc52272819bed30f3208.tar.xz
pttbbs-1a137287e0a2328885e0fc52272819bed30f3208.tar.zst
pttbbs-1a137287e0a2328885e0fc52272819bed30f3208.zip
Fix chc machine readable log board initial state.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3244 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/chc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/chc.c b/mbbsd/chc.c
index e201bc91..6a77886b 100644
--- a/mbbsd/chc.c
+++ b/mbbsd/chc.c
@@ -387,7 +387,7 @@ chc_genlog(ChessInfo* info, FILE* fp, ChessGameResult result)
fprintf(fp,
"[Notation \"Coord\"]\n"
- "[FEN \"rnbakabnr/9/1c5c1/p1p1p1p1p/9/9/9/1C5C1/9/RN2K2NR"
+ "[FEN \"rnbakabnr/9/1c5c1/p1p1p1p1p/9/9/P1P1P1P1P/1C5C1/9/RNBAKABNR"
" r - - 0 1\"]\n");
}
chc_init_board(board);