commit | c55fae43c4e10e2779e4fb7d70d6f6e4a7645a63 | [log] [tgz] |
---|---|---|
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | Sun Dec 21 02:28:48 2008 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Dec 21 01:48:26 2008 -0800 |
tree | a2bb72cf0cd0d027a050276dcf2b77aee1986b4b | |
parent | 8f1482536ad680fcd738158e76e254a534f2e690 [diff] |
fast-import.c: stricter strtoul check, silence compiler warning Store the return value of strtoul() in order to avoid compiler warnings on Ubuntu 8.10. Also check errno after each call, which is the only way to notice an overflow without making ULONG_MAX an illegal date. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>