diff options
-rw-r--r-- | FICS/matchproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/matchproc.c b/FICS/matchproc.c index 7b864de..1b1eab8 100644 --- a/FICS/matchproc.c +++ b/FICS/matchproc.c @@ -1081,6 +1081,8 @@ com_match(int p, param_list param) if (ctx.white >= 0) print_bughouse(p, p1, &ctx, colorstr); + else + warnx("%s: cannot print bughouse", __func__); } if (in_list(p, L_COMPUTER, parray[p].name)) { |