summaryrefslogtreecommitdiff
path: root/config.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-17 20:32:14 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-17 20:32:14 -0400
commitbf8c4a74a146f6777b5ea57c9e8a1aea6b100951 (patch)
tree880d3d596a535e91897ea24a1d0b22bd228861d9 /config.cc
parent57ee0f1b7d5d8d528222e92a8fb128f008dff828 (diff)
downloadfork-ledger-bf8c4a74a146f6777b5ea57c9e8a1aea6b100951.tar.gz
fork-ledger-bf8c4a74a146f6777b5ea57c9e8a1aea6b100951.tar.bz2
fork-ledger-bf8c4a74a146f6777b5ea57c9e8a1aea6b100951.zip
small changes
Diffstat (limited to 'config.cc')
-rw-r--r--config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.cc b/config.cc
index 275143c8..ddacbc32 100644
--- a/config.cc
+++ b/config.cc
@@ -176,7 +176,7 @@ OPT_BEGIN(end_date, "e:") {
OPT_BEGIN(current, "c") {
if (! config->predicate.empty())
config->predicate += "&";
- config->predicate += "(d<N)";
+ config->predicate += "(d<=N)";
} OPT_END(current);
OPT_BEGIN(cleared, "C") {