rebase() would round up and so it was possible for ticks to go out of range.
authorCarl Hetherington <cth@carlh.net>
Wed, 2 May 2018 21:16:03 +0000 (22:16 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 May 2018 22:14:50 +0000 (23:14 +0100)
commit743acc9bc88f543257355d40c320992ab72d8abe
tree19c4796f999af10d25ba3bee7ba8212c138dded1
parentb43b16605df0980f3bb43d969cc0c3c18360812d
rebase() would round up and so it was possible for ticks to go out of range.
Now it still rounds up but then copes with overflow.
src/dcp_time.cc
test/dcp_time_test.cc