builtin-apply: remove unused increment
commit242abf106c6929028c2dc916504879885cd64d4d
authorJunio C Hamano <junkio@cox.net>
Thu, 10 Aug 2006 07:56:40 +0000 (10 00:56 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 10 Aug 2006 07:56:40 +0000 (10 00:56 -0700)
treeef35f66586d76d364461d3482bb85c0032bfe80b
parent306ea2df03322ac8c29f4eb5a968acb7ef3c8f72
builtin-apply: remove unused increment

We do not use desc.alloc after assigning desc.buffer to patch->result;
do not bother to increment it.

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