Increase size of buf used in formatting history. French strings cause

overflow.
This commit is contained in:
ehouse 2010-01-11 02:44:13 +00:00
parent cce0114e66
commit 232551cd14

View file

@ -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;