summaryrefslogtreecommitdiff
path: root/src/global.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-06-26 16:52:41 +0100
committerJohn Wiegley <johnw@newartisans.com>2009-06-26 16:52:41 +0100
commit4574c30fcfd3b03bab9a368a6ff2928af7e11e28 (patch)
tree31112a34e89d39a51d6ed6f83e13978b69d97aa9 /src/global.cc
parent1fad2ec7c135ebe87bb34838f21adaac720dda03 (diff)
downloadfork-ledger-4574c30fcfd3b03bab9a368a6ff2928af7e11e28.tar.gz
fork-ledger-4574c30fcfd3b03bab9a368a6ff2928af7e11e28.tar.bz2
fork-ledger-4574c30fcfd3b03bab9a368a6ff2928af7e11e28.zip
The --download option is now fully restored
Diffstat (limited to 'src/global.cc')
-rw-r--r--src/global.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/global.cc b/src/global.cc
index 084b92da..1c94cfcb 100644
--- a/src/global.cc
+++ b/src/global.cc
@@ -507,8 +507,8 @@ void global_scope_t::normalize_report_options(const string& verb)
// settings that may be there.
if (rep.HANDLED(exchange_) &&
rep.HANDLER(exchange_).str().find('=') != string::npos) {
- value_t(0L).exchange_commodities(rep.HANDLER(exchange_).str(),
- true, datetime_t(rep.terminus));
+ value_t(0L).exchange_commodities(rep.HANDLER(exchange_).str(), true,
+ rep.terminus);
}
long cols = 0;