Fixed a possible problem with xact_t::date()
This commit is contained in:
parent
2a79d2d3bd
commit
053ecc9366
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ date_t xact_t::date() const
|
||||||
|
|
||||||
if (! _date) {
|
if (! _date) {
|
||||||
assert(entry);
|
assert(entry);
|
||||||
return *entry->_date;
|
return entry->date();
|
||||||
}
|
}
|
||||||
return *_date;
|
return *_date;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue