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:
Mark Mentovai 2017-11-07 14:39:38 -05:00 committed by Commit Bot
parent d3b7463c7a
commit 2d077a2c57

View File

@ -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);
}