forked from OSchip/llvm-project
Try again to match the logic of the code before re-writing.
llvm-svn: 282271
This commit is contained in:
parent
2f13958c56
commit
16b39131b6
|
@ -138,7 +138,7 @@ Error OptionGroupValueObjectDisplay::SetOptionValue(
|
|||
if (option_arg.empty())
|
||||
no_summary_depth = 1;
|
||||
else if (option_arg.getAsInteger(0, no_summary_depth)) {
|
||||
no_summary_depth = 1;
|
||||
no_summary_depth = 0;
|
||||
error.SetErrorStringWithFormat("invalid pointer depth '%s'",
|
||||
option_arg.str().c_str());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue