msctf: Increase buffer to have room for full key.

This commit is contained in:
Aric Stewart 2011-10-21 20:26:40 -05:00 committed by Alexandre Julliard
parent 729de083f3
commit d5090fd975

View file

@ -203,7 +203,7 @@ static HRESULT WINAPI CategoryMgr_FindClosestCategory ( ITfCategoryMgr *iface,
{
static const WCHAR fmt[] = { '%','s','\\','%','s','\\','C','a','t','e','g','o','r','y','\\','I','t','e','m','\\','%','s',0};
WCHAR fullkey[110];
WCHAR fullkey[120];
WCHAR buf[39];
HKEY key;
HRESULT hr = S_FALSE;