author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Wed, 7 Feb 2007 11:38:21 +0000 (12:38 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 7 Feb 2007 17:28:23 +0000 (09:28 -0800) | ||
commit | 40db58b8dc17ee9fac86ad126d442bb87b5ad549 | |
tree | d7b40273452f7c0bda27c255d2b9cb47c8b3159a | tree | snapshot |
parent | fcee5a145d5a9e27afa8086c54e8f718a4a8f1cc | commit | diff |
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>
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 | diff | blob | history |