Commit c8ac4a27 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Fixed ToUnicode TRACE message.

parent 7349aab0
......@@ -1576,7 +1576,7 @@ INT X11DRV_ToUnicode(UINT virtKey, UINT scanCode, LPBYTE lpKeyState,
}
TRACE_(key)("ToUnicode about to return %d with char %x %s\n",
ret, bufW ? bufW[1] : 0, bufW ? "" : "(no buffer)");
ret, bufW ? bufW[0] : 0, bufW ? "" : "(no buffer)");
return ret;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment