From d15bb66ee417c9b84cb8881cd8dd1c4e0d28bf0e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 20 Jun 2010 20:17:01 -0400 Subject: Added missing call to resolve_end() in find_period --- src/times.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/times.cc') diff --git a/src/times.cc b/src/times.cc index 72e26b91..d84cb238 100644 --- a/src/times.cc +++ b/src/times.cc @@ -1238,6 +1238,8 @@ bool date_interval_t::find_period(const date_t& date) DEBUG("times.interval", "true: start = " << *start); DEBUG("times.interval", "true: end_of_duration = " << *end_of_duration); + resolve_end(); + return true; } -- cgit v1.2.3