From 669ef0745b1a1502b08c39541016a11ce372ccb6 Mon Sep 17 00:00:00 2001 From: Eric House Date: Wed, 25 Mar 2015 05:45:13 -0700 Subject: [PATCH] increase buffer size to remove overlow formatting history in French --- xwords4/common/model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;