]> git.ipfire.org Git - thirdparty/git.git/commit - combine-diff.c
combine-diff: fix hunk_comment_line logic.
authorJunio C Hamano <junkio@cox.net>
Thu, 26 Oct 2006 09:05:05 +0000 (02:05 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 26 Oct 2006 09:05:05 +0000 (02:05 -0700)
commit7a8ac59f2f1fdac71fdffe53eebdca382118585f
tree983b9e91e1758d87c50426fe602b519b364772a7
parentd5f6a01af0658bc0ec5f068d81ba321be94526d5
combine-diff: fix hunk_comment_line logic.

We forgot that the last element of sline[] is a sentinel without
the actual line.  *BLUSH*

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