mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-14 01:08:01 +08:00
ToolSupport::Version(): fix PRFilePath format string.
R=scottmg@chromium.org Review URL: https://codereview.chromium.org/1136583002
This commit is contained in:
parent
5b9c936403
commit
919715bda8
@ -27,7 +27,7 @@ namespace crashpad {
|
||||
// static
|
||||
void ToolSupport::Version(const base::FilePath& me) {
|
||||
fprintf(stderr,
|
||||
"%s" PRFilePath " (%s) %s\n%s\n",
|
||||
"%" PRFilePath " (%s) %s\n%s\n",
|
||||
me.value().c_str(),
|
||||
PACKAGE_NAME,
|
||||
PACKAGE_VERSION,
|
||||
|
Loading…
x
Reference in New Issue
Block a user