X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Fapply.c;h=d600ac63abb44be0580addd855f636a05701b9a2;hb=473f4c96e315478185c4a07d6e7fb65801ee40b9;hp=f2edc52818e817e83717f992a6bbd66dad4ef24d;hpb=253348b2dbb6519c82e6bc3543c652b9727771ed;p=git.git diff --git a/builtin/apply.c b/builtin/apply.c index f2edc5281..d600ac63a 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -250,9 +250,6 @@ static int fuzzy_matchlines(const char *s1, size_t n1, const char *last2 = s2 + n2 - 1; int result = 0; - if (n1 < 0 || n2 < 0) - return 0; - /* ignore line endings */ while ((*last1 == '\r') || (*last1 == '\n')) last1--;