summaryrefslogtreecommitdiff
path: root/config.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-17 18:42:21 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-17 18:42:21 -0400
commit57ee0f1b7d5d8d528222e92a8fb128f008dff828 (patch)
treed3970030162e3a2b1e721ffc31e16fbd03797c62 /config.cc
parentfadab59e87f7a4789e904f8bda73ed26fbbfd9a8 (diff)
downloadfork-ledger-57ee0f1b7d5d8d528222e92a8fb128f008dff828.tar.gz
fork-ledger-57ee0f1b7d5d8d528222e92a8fb128f008dff828.tar.bz2
fork-ledger-57ee0f1b7d5d8d528222e92a8fb128f008dff828.zip
bug fix
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 2df1b6b1..275143c8 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<t)";
+ config->predicate += "(d<N)";
} OPT_END(current);
OPT_BEGIN(cleared, "C") {