mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
msctf: Increase buffer to have room for full key.
This commit is contained in:
parent
729de083f3
commit
d5090fd975
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue