comparison was always false due to limited range of data types.
authorEric Andersen <andersen@codepoet.org>
Mon, 15 Sep 2003 08:11:29 +0000 (08:11 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 15 Sep 2003 08:11:29 +0000 (08:11 -0000)
commit2205c84de4c8cc75e3446936f7d93e32391f4aed
treec616073152862564cf2181b6c7c2619de7b470cf
parent1393a39df491307314679fbc7026eaba60a9efb2
comparison was always false due to limited range of data types.
Carefully cast to unsigned long long prior to multiply to get
the expected result.
init/init.c