From ad0c3496840357176705d5372da976cdde0d99e0 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 21 May 2014 20:11:13 -0400 Subject: [PATCH] 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. --- src/Context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Context.cpp b/src/Context.cpp index b8edb65a2..0a6ec7843 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -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" && //