aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/matchproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/matchproc.c')
-rw-r--r--FICS/matchproc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/FICS/matchproc.c b/FICS/matchproc.c
index 278ed99..58948a3 100644
--- a/FICS/matchproc.c
+++ b/FICS/matchproc.c
@@ -288,7 +288,8 @@ create_new_match(int white_player, int black_player, int wt, int winc, int bt,
parray[black_player].side = BLACK;
parray[black_player].promote = QUEEN;
send_boards(g);
- MakeFENpos(g, (char *)garray[g].FENstartPos);
+ MakeFENpos(g, (char *)garray[g].FENstartPos,
+ ARRAY_SIZE(garray[g].FENstartPos));
return COM_OK;
}