Fix format warnings for HRESULT

This commit is contained in:
2021-06-16 17:51:20 +00:00
parent 01562ad8c3
commit 26a69e1ea9
6 changed files with 6 additions and 6 deletions

View File

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