mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 03:07:05 +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;
|
*lpCandidate = *pCF;
|
||||||
ret = TRUE;
|
ret = TRUE;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
ERR("Out of boundary\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
ImmUnlockIMC(hIMC);
|
ImmUnlockIMC(hIMC);
|
||||||
TRACE("ret: %d\n", ret);
|
TRACE("ret: %d\n", ret);
|
||||||
|
|
Loading…
Reference in a new issue