Re-fix compilation warnings.
authorLuck, Tony <tony.luck@intel.com>
Wed, 1 Mar 2006 23:01:53 +0000 (15:01 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 2 Mar 2006 01:42:00 +0000 (17:42 -0800)
commit2b74cffa9179eed274be2a38c59b7e323c813737
tree176610d1f014d697cff25092b10e88e18ea2302a
parent2495ca044795f0c5f459789eb29b66f5970096e1
Re-fix compilation warnings.

Commit 8fcf1ad9c68e15d881194c8544e7c11d33529c2b has a
combination of double cast and Andreas' switch to using
unsigned long ... just the latter is sufficient (and a lot less
ugly than using the double cast).

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
pack-objects.c