Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tr/maint-show-walk'
[gitweb.git]
/
ident.c
diff --git
a/ident.c
b/ident.c
index 98852c7cc901550ccdd6363cf805845304e8ff28..443c0751bd1f63c059649f9f7f9174349cc1d270 100644
(file)
--- a/
ident.c
+++ b/
ident.c
@@
-205,7
+205,7
@@
int split_ident_line(struct ident_split *split, const char *line, int len)
if (!split->mail_begin)
return status;
- for (cp = split->mail_begin - 2; line < cp; cp--)
+ for (cp = split->mail_begin - 2; line <
=
cp; cp--)
if (!isspace(*cp)) {
split->name_end = cp + 1;
break;