fast-import: Fix compile warnings
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 7 Feb 2007 11:38:21 +0000 (12:38 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 7 Feb 2007 17:28:23 +0000 (09:28 -0800)
Not on all platforms are size_t and unsigned long equivalent.
Since I do not know how portable %z is, I play safe, and just
cast the respective variables to unsigned long.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found