X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=commit.c;h=2f73cf3d9085a620bedd32e818942a11febab44f;hb=79882c2883267e16280d630730d6a8b5a86a8092;hp=e51eda15243614d83948f31ee3814120ad61b1fe;hpb=f76412ed6dbf2f9863115ee38f4198368dbaf7b1;p=git.git diff --git a/commit.c b/commit.c index e51eda15..2f73cf3d 100644 --- a/commit.c +++ b/commit.c @@ -357,7 +357,7 @@ static int get_one_line(const char *msg, unsigned long len) 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;