diff --git a/xwords4/common/model.c b/xwords4/common/model.c index a9fa450a2..1bd45b3cd 100644 --- a/xwords4/common/model.c +++ b/xwords4/common/model.c @@ -1997,7 +1997,7 @@ printMovePre( ModelCtxt* model, XP_U16 XP_UNUSED(moveN), const 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;