win - imf - fix small typo that was not checking the imf ptr...

it was checking the address of the imf ptr which is always true.

@fix
This commit is contained in:
Carsten Haitzler 2018-03-26 18:16:58 +09:00
parent 8308514420
commit 5824d668af
1 changed files with 1 additions and 1 deletions

View File

@ -1414,7 +1414,7 @@ _cb_win_key_down(void *data,
/* 4th/ Composing */
/* composing */
if (&wn->khdl.imf)
if (wn->khdl.imf)
{
// EXCEPTION. Don't filter modifiers alt+shift -> breaks emacs
// and jed (alt+shift+5 for search/replace for example)