Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Implement git clone -v
[gitweb.git]
/
builtin-apply.c
diff --git
a/builtin-apply.c
b/builtin-apply.c
index 342f2fe5e6476db7cb7b4647aea45a42d7ac7642..bf806105062caa47ca168720e0e987ac8957c8af 100644
(file)
--- a/
builtin-apply.c
+++ b/
builtin-apply.c
@@
-1697,7
+1697,7
@@
static int match_fragment(struct image *img,
fixlen = ws_fix_copy(buf, orig, oldlen, ws_rule, NULL);
/* Try fixing the line in the target */
- if (sizeof(tgtfixbuf)
<
tgtlen)
+ if (sizeof(tgtfixbuf)
>
tgtlen)
tgtfix = tgtfixbuf;
else
tgtfix = xmalloc(tgtlen);