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

Unified Diff: o3d/converter/cross/verifier_main.cc

Issue 270062: Use ASCII strings for switch names. (Closed)
Patch Set: victory Created 11 years, 2 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 | « o3d/converter/cross/converter_main.cc ('k') | o3d/converter_edge/cross/converter_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: o3d/converter/cross/verifier_main.cc
diff --git a/o3d/converter/cross/verifier_main.cc b/o3d/converter/cross/verifier_main.cc
index 4ffde5bf07596f4041e224e716a52ef5a46228f1..931fa39eaef3c5e7c1dfa54d6f12313f7a824c77 100644
--- a/o3d/converter/cross/verifier_main.cc
+++ b/o3d/converter/cross/verifier_main.cc
@@ -82,7 +82,7 @@ int CrossMain(int argc, char**argv) {
}
o3d::converter::Options options;
- options.condition = !command_line->HasSwitch(L"no-condition");
+ options.condition = !command_line->HasSwitch("no-condition");
if (!options.condition && !out_filename.empty()) {
std::cerr << "Warning: Ignoring output filename because conditioning "
« no previous file with comments | « o3d/converter/cross/converter_main.cc ('k') | o3d/converter_edge/cross/converter_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698