summaryrefslogtreecommitdiff
path: root/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'main.cc')
-rw-r--r--main.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.cc b/main.cc
index fb7d2d85..a0bd29c1 100644
--- a/main.cc
+++ b/main.cc
@@ -41,6 +41,10 @@ int parse_and_report(int argc, char * argv[], char * envp[])
std::auto_ptr<journal_t> journal(new journal_t);
+ // Configure the terminus for value expressions
+
+ ledger::terminus = now;
+
// Parse command-line arguments, and those set in the environment
std::list<std::string> args;