Fix integer truncating bug in calc_future_timer().
authorKevin O'Connor <kevin@koconnor.net>
Tue, 27 Jul 2010 02:33:54 +0000 (22:33 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 27 Jul 2010 02:33:54 +0000 (22:33 -0400)
commitabf31d367a8e80a13cb6d2a8a6c499914c2e91e7
tree5631dff26b005399692c4a6103a451237ca49af6
parent1d5c333e224cc95fb12563d8437abfeadda7734a
Fix integer truncating bug in calc_future_timer().

Be sure to promote to u64 before multiplication.
src/clock.c