From 2d63c9364af57c732003afc7adddeb8ce62a1988 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 4 Mar 2009 04:29:10 -0400 Subject: Changed many assert() calls to VERIFY() --- src/timelog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timelog.cc') diff --git a/src/timelog.cc b/src/timelog.cc index 3fe4a6d1..68e1ab79 100644 --- a/src/timelog.cc +++ b/src/timelog.cc @@ -89,7 +89,7 @@ namespace { std::sprintf(buf, "%lds", long((when - event.checkin).total_seconds())); amount_t amt; amt.parse(buf); - assert(amt.valid()); + VERIFY(amt.valid()); post_t * post = new post_t(event.account, amt, POST_VIRTUAL); post->set_state(item_t::CLEARED); -- cgit v1.2.3