Context
- Verbose control bug fix which was caused by verbose=off due to a missing rc.verbose setting, then later comparison with the first token, which did not exist.
This commit is contained in:
@@ -504,7 +504,7 @@ bool Context::verbose (const std::string& token)
|
||||
|
||||
// Regular feedback means almost everything.
|
||||
if (!verbosity_legacy &&
|
||||
verbosity.size () == 1 &&
|
||||
verbosity.size () &&
|
||||
verbosity[0] != "nothing" &&
|
||||
verbosity[0] != "blank" && // This list must be complete.
|
||||
verbosity[0] != "header" && //
|
||||
|
||||
Reference in New Issue
Block a user