- 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:
Paul Beckingham 2014-05-21 20:11:13 -04:00
parent d53c432ff9
commit ad0c349684

View file

@ -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" && //