git-diff: fix combined diff
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 23 Feb 2007 04:20:32 +0000 (05:20 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 23 Feb 2007 05:24:34 +0000 (21:24 -0800)
The code forgets that typecast binds tighter than addition, in
other words:

(cast *)array + i === ((cast *)array) + i

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found