Fix bug in Minefield's realloc() which was throwing away most of any
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 31 Mar 2002 16:23:32 +0000 (16:23 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 31 Mar 2002 16:23:32 +0000 (16:23 +0000)
commit0f7432ccaf5a113b5387171797c21381f35603e5
tree2be4ece3aaef2a3062c89af9af377a5c829ff380
parent9bf696b19e8cdceb6fe9d3e5a9683f2a04d8bfe1
Fix bug in Minefield's realloc() which was throwing away most of any
block > 4096 bytes. Arrgh.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1611 cda61777-01e9-0310-a592-d414129be87e
misc.c