From a4d4c1af8b51f1e78e46ac4c84a95dca930e2f2a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 15 Apr 2005 19:45:44 +0000 Subject: (process_options): Show all register entries, even those with null value, if -E is used. --- config.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cc b/config.cc index 056c3292..d0a92fbb 100644 --- a/config.cc +++ b/config.cc @@ -203,7 +203,7 @@ void config_t::process_options(const std::string& command, else if (command == "E") { display_predicate = "t"; } - else if (command == "r") { + else if (command == "r" && ! show_empty) { display_predicate = "a"; } } -- cgit v1.2.3