Fix "Do not ignore a detected patchfile brokenness."
commit6534141151f7fd4334f62827d9234acf3974ca4d
authorJunio C Hamano <junkio@cox.net>
Tue, 9 Jan 2007 19:50:53 +0000 (9 11:50 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 9 Jan 2007 19:50:53 +0000 (9 11:50 -0800)
treed2d1a6e886d7cf73bccf24b4f538c1cb7a281171
parent5a17b54ad5543ddca60a493c613801279cc98a34
Fix "Do not ignore a detected patchfile brokenness."

Returning negative value from there does not stop the caller from using
the earlier part.

Noticed by Linus.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-apply.c