https://git.reactos.org/?p=reactos.git;a=commitdiff;h=88b1d89e957ea8ed59f964...
commit 88b1d89e957ea8ed59f964d0379cd51d494f0be6 Author: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com AuthorDate: Sun Feb 26 11:57:44 2023 +0900 Commit: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com CommitDate: Sun Feb 26 11:57:44 2023 +0900
[IMM32] Silence 'Out of boundary' log-spam
CORE-18852 --- dll/win32/imm32/candidate.c | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/dll/win32/imm32/candidate.c b/dll/win32/imm32/candidate.c index df976e407c8..9edddc82032 100644 --- a/dll/win32/imm32/candidate.c +++ b/dll/win32/imm32/candidate.c @@ -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);