summaryrefslogtreecommitdiffstats
path: root/mbbsd/go.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/go.c')
-rw-r--r--mbbsd/go.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/go.c b/mbbsd/go.c
index f92c82fd..701d4365 100644
--- a/mbbsd/go.c
+++ b/mbbsd/go.c
@@ -837,6 +837,7 @@ go_genlog(ChessInfo* info, FILE* fp, ChessGameResult result)
sethand = step->loc.r;
}
+ if (big_picture)
for (i = 1; i <= 22; i++)
fprintf(fp, "%.*s\n", big_picture[i].len, big_picture[i].data);