mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix occasional assert by increasing buffer size
This commit is contained in:
parent
9fd5e71e3d
commit
59bf77c871
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ typedef struct LaunchParams {
|
||||||
#ifdef XWFEATURE_DEVID
|
#ifdef XWFEATURE_DEVID
|
||||||
char* lDevID;
|
char* lDevID;
|
||||||
XP_Bool noAnonDevid;
|
XP_Bool noAnonDevid;
|
||||||
XP_UCHAR devIDStore[16];
|
XP_UCHAR devIDStore[32];
|
||||||
#endif
|
#endif
|
||||||
VTableMgr* vtMgr;
|
VTableMgr* vtMgr;
|
||||||
DictMgrCtxt* dictMgr;
|
DictMgrCtxt* dictMgr;
|
||||||
|
|
Loading…
Reference in a new issue