On Thu, Jun 05, 2014 at 02:15:36PM +0200, Markus Armbruster wrote:
> +    if (sector > total_sectors || nb_sectors > total_sectors - sector) {
> +        return false;
> +    }

if (sector >= total_sectors || ...) {

Attachment: pgpUGK7ac14gb.pgp
Description: PGP signature

Reply via email to