Fix format warnings for HRESULT

This commit is contained in:
2021-06-16 17:51:20 +00:00
parent e4999005cb
commit 9cd231f2eb
6 changed files with 6 additions and 6 deletions

View File

@ -51,7 +51,7 @@ HRESULT aime_dll_init(const struct aime_dll_config *cfg, HINSTANCE self)
if (owned == NULL) {
hr = HRESULT_FROM_WIN32(GetLastError());
dprintf("NFC Assembly: Failed to load IO DLL: %x: %S\n",
dprintf("NFC Assembly: Failed to load IO DLL: %lx: %S\n",
hr,
cfg->path);