]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commitaf6f663e6aca0e57017db693cf3dda95fc2cfb48
treeb693c7a4cd2ad6fe80f1bc71badcc65dd9c49a85
parent94cc219f19a98a5a046cf9f7fb3bfe4d7ef79eb1
Fix off-by-one bug in chunktable saving.

Chunk table indices go from 0 to num_chunks, so the size is
(num_chunks + 1) * 4.
aft.c