From 053ecc9366e9b7875ccb10edbff0b8c357cb0c38 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 16 Feb 2009 18:06:30 -0400 Subject: Fixed a possible problem with xact_t::date() --- src/xact.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xact.cc') 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; } -- cgit v1.2.3