X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=convert-objects.c;h=90e7900e6d7aff2fadf9ba04f8d982733493411c;hb=795cbe938fdc60228c4c9654a658aa27a7570b79;hp=cefbcebdcaa0a085745c81b2ed1103e9575cb635;hpb=5f5dbd719d0d8ec136f32a0a56674902bd85f72f;p=git.git diff --git a/convert-objects.c b/convert-objects.c index cefbcebdc..90e7900e6 100644 --- a/convert-objects.c +++ b/convert-objects.c @@ -194,7 +194,7 @@ static unsigned long parse_oldstyle_date(const char *buf) fmt++; } while (*buf && *fmt); printf("left: %s\n", buf); - return mktime(&tm); + return mktime(&tm); } static int convert_date_line(char *dst, void **buf, unsigned long *sp)