ToolSupport::Version(): fix PRFilePath format string.

R=scottmg@chromium.org

Review URL: https://codereview.chromium.org/1136583002
This commit is contained in:
Mark Mentovai 2015-05-07 14:41:16 -04:00
parent 5b9c936403
commit 919715bda8

View File

@ -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,