mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:23:03 +00:00
[REACTOS] Fix MSVC printf format warnings
This commit is contained in:
parent
b8a1a612b2
commit
58588b76e2
17 changed files with 35 additions and 35 deletions
|
@ -3022,7 +3022,7 @@ static NTSTATUS get_manifest_in_pe_file( struct actctx_loader* acl, struct assem
|
|||
|
||||
if ((!((ULONG_PTR)resname >> 16)))
|
||||
{
|
||||
sprintfW(resnameBuf, L"#%u", (ULONG_PTR)resname);
|
||||
sprintfW(resnameBuf, L"#%u", PtrToUlong(resname));
|
||||
resptr = resnameBuf;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue