combine-diff: type fix.
authorJunio C Hamano <junkio@cox.net>
Wed, 12 Apr 2006 20:23:50 +0000 (13:23 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 12 Apr 2006 20:23:50 +0000 (13:23 -0700)
commit8bc7574b6332ef45645c6e0917e9d59919b277ef
treea24880a4d8368ce8adb1fe311344f304b2bd81ed
parent740659519e0b30bc6b64f00ba69825294c40db07
combine-diff: type fix.

The variable hunk_end points at a line number, which is
represented as unsigned long by all the other variables.

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