summaryrefslogtreecommitdiff
path: root/src/xact.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/xact.cc')
-rw-r--r--src/xact.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xact.cc b/src/xact.cc
index 883c320d..1f5d4f47 100644
--- a/src/xact.cc
+++ b/src/xact.cc
@@ -85,7 +85,7 @@ date_t xact_t::date() const
if (! _date) {
assert(entry);
- return *entry->_date;
+ return entry->date();
}
return *_date;
}