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

Unified Diff: handler/win/crashy_test_program.cc

Issue 1432563003: win: crashpad_handler should create its own pipe name in ephemeral mode (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: It's futile to pick and choose errors, retry on all Created 5 years, 1 month 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
Index: handler/win/crashy_test_program.cc
diff --git a/handler/win/crashy_test_program.cc b/handler/win/crashy_test_program.cc
index 7d61c2560ed7fdb57b1bf7817a54d4e43157e4d0..c1d5202666a178f86afd4157d89149ece2e687f3 100644
--- a/handler/win/crashy_test_program.cc
+++ b/handler/win/crashy_test_program.cc
@@ -111,8 +111,8 @@ int CrashyMain(int argc, wchar_t* argv[]) {
return EXIT_FAILURE;
}
} else {
- fprintf(stderr, "Usage: %s <server_pipe_name>\n", argv[0]);
- fprintf(stderr, " %s <handler_path> <database_path>\n", argv[0]);
+ fprintf(stderr, "Usage: %ls <server_pipe_name>\n", argv[0]);
+ fprintf(stderr, " %ls <handler_path> <database_path>\n", argv[0]);
return EXIT_FAILURE;
}

Powered by Google App Engine
This is Rietveld 408576698