summaryrefslogtreecommitdiffstats
path: root/mbbsd/gomo.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/gomo.c')
-rw-r--r--mbbsd/gomo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/gomo.c b/mbbsd/gomo.c
index bba65cf0..3416adc0 100644
--- a/mbbsd/gomo.c
+++ b/mbbsd/gomo.c
@@ -423,6 +423,7 @@ gomo_genlog(ChessInfo* info, FILE* fp, ChessGameResult result)
const int nStep = info->history.used;
int i;
+ if(big_picture)
for (i = 1; i <= 18; i++)
fprintf(fp, "%.*s\n", big_picture[i].len, big_picture[i].data);