heap.c: Don't set the v variable twice to the same value in __upheap.
commitc94531c2239d03e6312e5ec9bfb9193a47b8a188
authorPeter Clifton <pcjc2@cam.ac.uk>
Mon, 19 Dec 2011 01:00:26 +0000 (19 01:00 +0000)
committerPeter Clifton <pcjc2@cam.ac.uk>
Mon, 19 Dec 2011 01:25:38 +0000 (19 01:25 +0000)
treed0761298972631c7ba9b254dd11624038092846c
parent65e19713f44b702f4a4a3d94898955c4a4351cb9
heap.c: Don't set the v variable twice to the same value in __upheap.

(Caught with clang)
src/heap.c