mirror of
https://github.com/chromium/crashpad.git
synced 2025-01-15 01:57:58 +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
|
// static
|
||||||
void ToolSupport::Version(const base::FilePath& me) {
|
void ToolSupport::Version(const base::FilePath& me) {
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"%s" PRFilePath " (%s) %s\n%s\n",
|
"%" PRFilePath " (%s) %s\n%s\n",
|
||||||
me.value().c_str(),
|
me.value().c_str(),
|
||||||
PACKAGE_NAME,
|
PACKAGE_NAME,
|
||||||
PACKAGE_VERSION,
|
PACKAGE_VERSION,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user