Fix pointer addition
commit86c405cf6f27615237545997afc9ee2cf815022c
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 19 Apr 2004 00:09:32 +0000 (18 17:09 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:36 +0000 (7 21:01 -0700)
treefeae95548d8a2b92d444b73ec6a16739cc63fc98
parentad7f4a5b3ae49bfdd88541604be8e4739b2d0c27
Fix pointer addition

We should multiply with the size of the object we point to,
not the size of the pointer ;)
evaluate.c