[string,format] fix format strings for debug messages

This commit is contained in:
Armin Novak
2026-03-03 14:07:49 +01:00
parent a9e0abf2ea
commit 81526b19a2
5 changed files with 9 additions and 7 deletions

View File

@@ -498,7 +498,7 @@ int freerdp_keyboard_load_map_from_xkbfile(void* display, DWORD* x11_keycode_to_
if (!found)
{
DEBUG_KBD("%4s: keycode: 0x%02X -> no RDP scancode found", xkb_keyname, i);
DEBUG_KBD("%4s: keycode: 0x%02" PRIxz " -> no RDP scancode found", xkb_keyname, i);
}
else
status = 0;