summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/chain.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chain.cc b/src/chain.cc
index 2578387e..cf8c965d 100644
--- a/src/chain.cc
+++ b/src/chain.cc
@@ -116,7 +116,7 @@ xact_handler_ptr chain_xact_handlers(report_t& report,
if (report.HANDLED(period_)) {
handler.reset(new interval_xacts(handler, expr,
report.HANDLER(period_).str()));
- handler.reset(new sort_xacts(handler, "d"));
+ handler.reset(new sort_xacts(handler, "date"));
}
}