From 4574c30fcfd3b03bab9a368a6ff2928af7e11e28 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 26 Jun 2009 16:52:41 +0100 Subject: The --download option is now fully restored --- src/global.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/global.cc') 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; -- cgit v1.2.3