mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[IMM32] Silence 'Out of boundary' log-spam
CORE-18852
This commit is contained in:
parent
909b165c4a
commit
88b1d89e95
1 changed files with 0 additions and 4 deletions
|
@ -398,10 +398,6 @@ ImmGetCandidateWindow(HIMC hIMC, DWORD dwIndex, LPCANDIDATEFORM lpCandidate)
|
|||
*lpCandidate = *pCF;
|
||||
ret = TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
ERR("Out of boundary\n");
|
||||
}
|
||||
|
||||
ImmUnlockIMC(hIMC);
|
||||
TRACE("ret: %d\n", ret);
|
||||
|
|
Loading…
Reference in a new issue