From 4ca26fbd73e2619d7de75363b294163a16832982 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 9 Feb 2005 11:50:31 +0000 Subject: *** empty log message *** --- config.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.cc') diff --git a/config.cc b/config.cc index 8bdbc4e1..34dc4840 100644 --- a/config.cc +++ b/config.cc @@ -168,7 +168,7 @@ void config_t::process_options(const std::string& command, // Process remaining command-line arguments - if (command != "e" && command != "w") { + if (command != "e" && command != "w" && command != "R") { // Treat the remaining command-line arguments as regular // expressions, used for refining report results. -- cgit v1.2.3