diff --git a/xwords4/common/model.c b/xwords4/common/model.c index b2a656d14..c36180415 100644 --- a/xwords4/common/model.c +++ b/xwords4/common/model.c @@ -1475,7 +1475,7 @@ printMovePre( ModelCtxt* model, XP_U16 XP_UNUSED(moveN), StackEntry* entry, { XWStreamCtxt* stream; const XP_UCHAR* format; - XP_UCHAR buf[32]; + XP_UCHAR buf[64]; XP_UCHAR traybuf[MAX_TRAY_TILES+1]; MovePrintClosure* closure = (MovePrintClosure*)p_closure;