git-apply --whitespace=fix: fix off by one thinko
commitc6fabfafbcebca13cee0047b337b7c7a87e3515e
authorJunio C Hamano <gitster@pobox.com>
Tue, 26 Feb 2008 20:24:40 +0000 (26 12:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Feb 2008 20:24:40 +0000 (26 12:24 -0800)
tree914fe916efcdc8bfa2a0b2413df4b5a76f8f89a6
parent2db511fdbdbe1c8aab80f4bc13f0df037bce8a33
git-apply --whitespace=fix: fix off by one thinko

When a patch adds a whitespace followed by end-of-line, the
trailing whitespace error was detected correctly but was not
fixed, due to misconversion in 42ab241 (builtin-apply.c: do not
feed copy_wsfix() leading '+').

Signed-off-by: Junio C Hamano <gitster@pobox.com>
ws.c