Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: tools/tool_support.cc

Issue 1136583002: ToolSupport::Version(): fix PRFilePath format string (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698