diff options
Diffstat (limited to 'src/global.cc')
-rw-r--r-- | src/global.cc | 4 |
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; |