fix occasional assert by increasing buffer size

This commit is contained in:
Eric House 2015-02-19 06:39:32 -08:00
parent 9fd5e71e3d
commit 59bf77c871

View file

@ -73,7 +73,7 @@ typedef struct LaunchParams {
#ifdef XWFEATURE_DEVID
char* lDevID;
XP_Bool noAnonDevid;
XP_UCHAR devIDStore[16];
XP_UCHAR devIDStore[32];
#endif
VTableMgr* vtMgr;
DictMgrCtxt* dictMgr;