Windows format string bits

This commit is contained in:
nhmall
2021-02-02 21:55:34 -05:00
parent 4c16f74b7f
commit 7b454f8ba3
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -401,7 +401,7 @@ ProcessKeystroke(
if (portdebug) {
char buf[BUFSZ];
Sprintf(buf, "PORTDEBUG: ch=%u, scan=%u, vk=%d, pre=%d, "
"shiftstate=0x%X (ESC to end)\n",
"shiftstate=0x%lX (ESC to end)\n",
ch, scan, vk, pre_ch, shiftstate);
fprintf(stdout, "\n%s", buf);
}