mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
increase buffer size to remove overlow formatting history in French
This commit is contained in:
parent
1cd450bb7b
commit
669ef0745b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue