| Index: o3d/converter_edge/cross/verifier_main.cc
|
| diff --git a/o3d/converter_edge/cross/verifier_main.cc b/o3d/converter_edge/cross/verifier_main.cc
|
| index bc0e8a9a2bf65911cec5885c3793f33e314c33d2..c4015967d2aa3e5da6cd6cdee8719b679a16933a 100644
|
| --- a/o3d/converter_edge/cross/verifier_main.cc
|
| +++ b/o3d/converter_edge/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 "
|
|
|