21 Jan
2012
21 Jan
'12
5:35 a.m.
Aric Stewart <aric(a)codeweavers.com> wrote:
+ TRACE("found scan=%04x keyc=%u keysym=%04lu modified_string=%s\n", + scanCode, keyc, keys, debugstr_an(name,idx-name));
Please keep printing a keysym in hex, printing it in decimal (especially with leading zeros) is not useful. Also add a space in the debugstr_an() construct. -- Dmitry.