Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test-date: fix sscanf type conversion
Reading into a time_t isn't portable, since we don't know the exact type. Instead, use an unsigned long, which is what show_date wants, anyway. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information