Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/maint-fast-export-mark-error' into maint
[gitweb.git]
/
ident.c
diff --git
a/ident.c
b/ident.c
index 87c697c2b09692ec8a36d557aa0c73de38223492..5df094d175ab91afb9ead68431f0c99bde7fd03f 100644
(file)
--- a/
ident.c
+++ b/
ident.c
@@
-244,7
+244,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;