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 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";
}
}