summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cf6de18)
raw | patch | inline | side by side (parent: cf6de18)
author | Junio C Hamano <junkio@cox.net> | |
Tue, 30 Aug 2005 04:17:21 +0000 (21:17 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 30 Aug 2005 04:17:21 +0000 (21:17 -0700) |
... found by compiling them with gcc 2.95.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
commit.c | patch | blob | history | |
diff.c | patch | blob | history |
diff --git a/commit.c b/commit.c
index e51eda15243614d83948f31ee3814120ad61b1fe..2f73cf3d9085a620bedd32e818942a11febab44f 100644 (file)
--- a/commit.c
+++ b/commit.c
static int add_user_info(const char *what, enum cmit_fmt fmt, char *buf, const char *line)
{
char *date;
- unsigned int namelen;
+ int namelen;
unsigned long time;
int tz, ret;