]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
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)
commit40db58b8dc17ee9fac86ad126d442bb87b5ad549
treed7b40273452f7c0bda27c255d2b9cb47c8b3159a
parentfcee5a145d5a9e27afa8086c54e8f718a4a8f1cc
fast-import: Fix compile warnings

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>
fast-import.c