diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-17 20:32:14 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-17 20:32:14 -0400 |
commit | bf8c4a74a146f6777b5ea57c9e8a1aea6b100951 (patch) | |
tree | 880d3d596a535e91897ea24a1d0b22bd228861d9 /config.cc | |
parent | 57ee0f1b7d5d8d528222e92a8fb128f008dff828 (diff) | |
download | fork-ledger-bf8c4a74a146f6777b5ea57c9e8a1aea6b100951.tar.gz fork-ledger-bf8c4a74a146f6777b5ea57c9e8a1aea6b100951.tar.bz2 fork-ledger-bf8c4a74a146f6777b5ea57c9e8a1aea6b100951.zip |
small changes
Diffstat (limited to 'config.cc')
-rw-r--r-- | config.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") { |