| 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 "
|
|
|