summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.cc b/config.cc
index 737f51cb..7434fb1b 100644
--- a/config.cc
+++ b/config.cc
@@ -186,7 +186,7 @@ void config_t::process_options(const std::string& command,
(command == "b" && ! show_subtotal &&
display_predicate.empty()));
if (i != args_end)
- regexps_to_predicate(*this, command, i, args_end);
+ regexps_to_predicate(*this, command, ++i, args_end);
}
// Setup the default value for the display predicate