Fix a memory allocation error: allocate (n+1)*size, not n*(size+1).
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 8 Sep 2005 15:07:33 +0000 (15:07 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 8 Sep 2005 15:07:33 +0000 (15:07 +0000)
commit5a2294f3414bb776a92c82320b89cdc79a81dc21
tree0a8804e60db763d5598549efaa8780de0c813f81
parent749cebc3eb8ed48144cff437995bd1735126c9cc
Fix a memory allocation error: allocate (n+1)*size, not n*(size+1).

(Richard B mailed me this fix in June and I never got round to
committing it. Oops.)

git-svn-id: svn://svn.tartarus.org/sgt/library@6280 cda61777-01e9-0310-a592-d414129be87e
bheap.c