Index: tools/tool_support.cc |
diff --git a/tools/tool_support.cc b/tools/tool_support.cc |
index e911f6348d79ce06619a3093cd16218edd377187..5d3592bcfdf92bc95ddd89c296ea78486af74163 100644 |
--- a/tools/tool_support.cc |
+++ b/tools/tool_support.cc |
@@ -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, |