Windows format string bits
This commit is contained in:
@@ -214,7 +214,7 @@ ProcessKeystroke(
|
||||
#ifdef PORT_DEBUG
|
||||
if (portdebug) {
|
||||
char buf[BUFSZ];
|
||||
Sprintf(buf, "PORTDEBUG (%s): ch=%u, sc=%u, vk=%d, pre=%d, sh=0x%X, "
|
||||
Sprintf(buf, "PORTDEBUG (%s): ch=%u, sc=%u, vk=%d, pre=%d, sh=0x%lX, "
|
||||
"ta=%d (ESC to end)",
|
||||
shortdllname, ch, scan, vk, pre_ch, shiftstate, k);
|
||||
fprintf(stdout, "\n%s", buf);
|
||||
|
||||
Reference in New Issue
Block a user