Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-add--interactive: Allow Ctrl-D to exit
[gitweb.git]
/
convert-objects.c
diff --git
a/convert-objects.c
b/convert-objects.c
index cefbcebdcaa0a085745c81b2ed1103e9575cb635..90e7900e6d7aff2fadf9ba04f8d982733493411c 100644
(file)
--- 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)