Correct the calculation of the block number to erase.
authorluc <luc>
Mon, 1 Aug 2005 20:48:41 +0000 (20:48 +0000)
committerluc <luc>
Mon, 1 Aug 2005 20:48:41 +0000 (20:48 +0000)
The use of ">> 5" to calculate the block number from the chunk number
was incorrect for the actual value of PAGES_PER_BLOCK (64).

At the same time, make this less error prone.


No differences found