]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Fix off-by-one bug in chunktable saving.
authorAndre Noll <maan@systemlinux.org>
Mon, 22 Oct 2007 21:53:53 +0000 (23:53 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 22 Oct 2007 21:53:53 +0000 (23:53 +0200)
Chunk table indices go from 0 to num_chunks, so the size is
(num_chunks + 1) * 4.


No differences found