From 29eeae9b1ccdd0b01d39a39fe56e7af80791f337 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 6 Jul 2005 05:53:44 +0000 Subject: (process_options): Corrected a long-standing error with using "--" to separate payee regexps from account regexps. --- config.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.cc') 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 -- cgit v1.2.3