diff options
author | John Wiegley <johnw@newartisans.com> | 2006-02-28 10:24:21 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 05:48:43 -0400 |
commit | 6d529efa63f5f2020b126c8476fe0ea03516869d (patch) | |
tree | c8699424992378dbd5e787f5ffc9ea5942edaa17 /config.cc | |
parent | 72e8a366a49451bd46a10d0b04c16b9ff5aba354 (diff) | |
download | fork-ledger-6d529efa63f5f2020b126c8476fe0ea03516869d.tar.gz fork-ledger-6d529efa63f5f2020b126c8476fe0ea03516869d.tar.bz2 fork-ledger-6d529efa63f5f2020b126c8476fe0ea03516869d.zip |
*** no comment ***
Diffstat (limited to 'config.cc')
-rw-r--r-- | config.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -143,6 +143,8 @@ config_t::regexps_to_predicate(const std::string& command, display_predicate += ")/"; } else if (! show_empty) { + if (! display_predicate.empty()) + display_predicate += "&"; display_predicate += "T"; } } |