Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-diff: fix combined diff
author
Johannes Schindelin
<Johannes.Schindelin@gmx.de>
Fri, 23 Feb 2007 04:20:32 +0000
(
05:20
+0100)
committer
Junio 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>
raw
|
patch
| inline |
side by side
(from:
75b62b4
)
No differences found