From 59bf77c871c5ff265198b4e4b084a9e6d30017ea Mon Sep 17 00:00:00 2001 From: Eric House Date: Thu, 19 Feb 2015 06:39:32 -0800 Subject: [PATCH] fix occasional assert by increasing buffer size --- xwords4/linux/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/linux/main.h b/xwords4/linux/main.h index 3274e549b..3d1572da2 100644 --- a/xwords4/linux/main.h +++ b/xwords4/linux/main.h @@ -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;