mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
win: Use “long” format modifier for DWORD
Change-Id: Ibecedd195224ea53ff36f376897a6ff3c4e773d2 Reviewed-on: https://chromium-review.googlesource.com/757085 Reviewed-by: Scott Graham <scottmg@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
d3b7463c7a
commit
2d077a2c57
@ -95,7 +95,7 @@ void TestVSFixedFileInfo(ProcessReaderWin* process_reader,
|
||||
observed.dwFileType == VFT_DLL ||
|
||||
(observed.dwFileType == VFT_DRV &&
|
||||
observed.dwFileSubtype == VFT2_DRV_NETWORK))
|
||||
<< base::StringPrintf("type 0x%x, subtype 0x%x",
|
||||
<< base::StringPrintf("type 0x%lx, subtype 0x%lx",
|
||||
observed.dwFileType,
|
||||
observed.dwFileSubtype);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user